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); 2154IAsyncResult result = _callOnce.BeginCall(_channel, timeout, callback, state); 2191_callOnce.EndCall(_channel, result);