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