4 references to ProxyBehaviorCollection
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
98_channelInitializers = new ProxyBehaviorCollection<IChannelInitializer>(this); 99this.messageInspectors = new ProxyBehaviorCollection<IClientMessageInspector>(this); 100_interactiveChannelInitializers = new ProxyBehaviorCollection<IInteractiveChannelInitializer>(this); 442return new ProxyBehaviorCollection<T>(this);