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