2 implementations of ICallOnce
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1915
internal class CallDisplayUIOnce :
ICallOnce
1958
internal class CallOpenOnce :
ICallOnce
8 references to ICallOnce
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (8)
1940
void
ICallOnce
.Call(ServiceChannel channel, TimeSpan timeout)
1946
IAsyncResult
ICallOnce
.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1952
void
ICallOnce
.EndCall(ServiceChannel channel, IAsyncResult result)
1974
void
ICallOnce
.Call(ServiceChannel channel, TimeSpan timeout)
1979
IAsyncResult
ICallOnce
.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state)
1984
void
ICallOnce
.EndCall(ServiceChannel channel, IAsyncResult result)
1992
private readonly
ICallOnce
_callOnce;
1999
internal CallOnceManager(ServiceChannel channel,
ICallOnce
callOnce)