1 instantiation of CloseAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
230return new CloseAsyncResult(timeout, callback, state, this);
2 references to CloseAsyncResult
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (2)
235CloseAsyncResult.End(result); 315AsyncResult.End<CloseAsyncResult>(result);