Exemplo n.º 1
0
 // For concerns and side-effects
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 public InjectionContext(ModuleInstance moduleInstance, object next, ProxyReferenceInvocationHandler proxyHandler)
 {
     this.CompositeInstance = null;
     this.ModuleInstance    = moduleInstance;
     this.Uses         = null;
     this.Next         = next;
     this.State        = null;
     this.ProxyHandler = proxyHandler;
 }
Exemplo n.º 2
0
 // For concerns and side-effects
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 public InjectionContext(ModuleInstance moduleInstance, object next, ProxyReferenceInvocationHandler proxyHandler)
 {
     this.CompositeInstance = null;
     this.ModuleInstance = moduleInstance;
     this.Uses = null;
     this.Next = next;
     this.State = null;
     this.ProxyHandler = proxyHandler;
 }