1 instantiation of SendAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
706result = new SendAsyncResult(this, operation, action, ins, oneway, timeout, callback, asyncState);
9 references to SendAsyncResult
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (9)
697SendAsyncResult result; 789SendAsyncResult sendResult = result as SendAsyncResult; 807SendAsyncResult.End(sendResult); 1699((SendAsyncResult)result.AsyncState).FinishEnsureInteractiveInit(result, false); 1763((SendAsyncResult)result.AsyncState).FinishEnsureOpen(result, false); 1847((SendAsyncResult)result.AsyncState).FinishSend(result, false); 1895public static void End(SendAsyncResult result) 1899AsyncResult.End<SendAsyncResult>(result);