2 writes to _context
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelBuilder.cs (2)
14
_context
= context;
64
_context
= null;
2 references to _context
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelBuilder.cs (2)
61
if (
_context
!= null)
63
IChannelFactory<TChannel> factory =
_context
.BuildInnerChannelFactory<TChannel>();