6 references to NewBehaviorCollection
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchOperation.cs (3)
50
this.callContextInitializers = parent.
NewBehaviorCollection
<ICallContextInitializer>();
51
this.faultContractInfos = parent.
NewBehaviorCollection
<FaultContractInfo>();
52
this.parameterInspectors = parent.
NewBehaviorCollection
<IParameterInspector>();
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
97
this.inputSessionShutdownHandlers = this.
NewBehaviorCollection
<IInputSessionShutdown>();
98
this.messageInspectors = this.
NewBehaviorCollection
<IDispatchMessageInspector>();
99
this.instanceContextInitializers = this.
NewBehaviorCollection
<IInstanceContextInitializer>();