public CustomScopeValueBinder( BindScope owner, DiContainer container) : base(container) { _owner = owner; }
public CustomScopeReferenceBinder( BindScope owner, DiContainer container, SingletonProviderMap singletonMap) : base(container, singletonMap) { _owner = owner; }
public CustomScopeUntypedBinder( BindScope owner, Type contractType, DiContainer container, SingletonProviderMap singletonMap) : base(container, contractType, singletonMap) { _owner = owner; }