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