3 writes to context
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelBuilder.cs (3)
20this.context = context; 82this.context = null; 97this.context = null;
4 references to context
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelBuilder.cs (4)
79if (this.context != null) 81IChannelFactory<TChannel> factory = this.context.BuildInnerChannelFactory<TChannel>(); 93if (this.context != null) 95IChannelListener<TChannel> listener = this.context.BuildInnerChannelListener<TChannel>();