1 write to _callOnce
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2038
_callOnce
= callOnce;
3 references to _callOnce
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
2104
_callOnce
.Call(_channel, timeout);
2154
IAsyncResult result =
_callOnce
.BeginCall(_channel, timeout, callback, state);
2191
_callOnce
.EndCall(_channel, result);