4 writes to _channel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (4)
50_channel = serviceChannel; 73_channel = channel; 158set { _channel = value; } 324_channel = channel;
5 references to _channel
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (5)
157get { return _channel; } 250if (_channel != null) 252IChannel inner = _channel.InnerChannel; 312if (_channel == null || this.IsUserContext) 317return (T)_channel.Proxy;