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