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