1 write to _callOnce
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2001_callOnce = callOnce;
3 references to _callOnce
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
2043_callOnce.Call(_channel, timeout); 2093IAsyncResult result = _callOnce.BeginCall(_channel, timeout, callback, state); 2130_callOnce.EndCall(_channel, result);