1 write to InstanceContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
535
_channel.
InstanceContext
= cf.CallbackInstance;
3 references to InstanceContext
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1373
if (
InstanceContext
!= null)
1375
InstanceContext
.OutgoingChannels.Remove((IChannel)_proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
29
return (serviceChannel != null) ? serviceChannel.
InstanceContext
: null;