1 write to callOnce
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2240this.callOnce = callOnce;
3 references to callOnce
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
2282this.callOnce.Call(this.channel, timeout); 2332IAsyncResult result = this.callOnce.BeginCall(this.channel, timeout, callback, state); 2369this.callOnce.EndCall(this.channel, result);