4 writes to channel
System.ServiceModel (4)
System\ServiceModel\OperationContext.cs (4)
58this.channel = serviceChannel; 82this.channel = channel; 197set { this.channel = value; } 417this.channel = channel;
5 references to channel
System.ServiceModel (5)
System\ServiceModel\OperationContext.cs (5)
196get { return this.channel; } 301if (this.channel != null) 303IChannel inner = this.channel.InnerChannel; 405if (this.channel == null || this.IsUserContext) 410return (T)this.channel.Proxy;