1 instantiation of CloseAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
300return new CloseAsyncResult(
4 references to CloseAsyncResult
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpOutputChannel.cs (4)
315CloseAsyncResult.End(result); 964AsyncResult.End<CloseAsyncResult>(result); 969CloseAsyncResult thisPtr = (CloseAsyncResult)state;