1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
538return new CloseAsyncResult(timeout, callback, state, this);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
543CloseAsyncResult.End(result); 660AsyncResult.End<CloseAsyncResult>(result);