2 writes to _context
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (2)
17
_context
= context;
60
_context
= null;
2 references to _context
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (2)
57
if (
_context
!= null)
59
IChannelFactory<TChannel> factory =
_context
.BuildInnerChannelFactory<TChannel>();