1 write to _proxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
349_proxy = value;
5 references to _proxy
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
341object proxy = _proxy; 874handler(_proxy, new UnknownMessageReceivedEventArgs(message)); 1375InstanceContext.OutgoingChannels.Remove((IChannel)_proxy); 1468_instanceContext.OutgoingChannels.Remove((IChannel)_proxy); 1475_instanceContext.OutgoingChannels.Add((IChannel)_proxy);