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)
1373if (InstanceContext != null) 1375InstanceContext.OutgoingChannels.Remove((IChannel)_proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
29return (serviceChannel != null) ? serviceChannel.InstanceContext : null;