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