1 instantiation of WriteMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1665return new WriteMessageAsyncResult(message, connection, isRequest, settings, ref timeoutHelper, callback, state);
8 references to WriteMessageAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\SingletonConnectionReader.cs (8)
1670WriteMessageAsyncResult.End(result); 1827AsyncResult.End<WriteMessageAsyncResult>(result); 1886WriteMessageAsyncResult thisPtr = (WriteMessageAsyncResult)asyncState; 1921WriteMessageAsyncResult thisPtr = (WriteMessageAsyncResult)asyncState; 1956WriteMessageAsyncResult thisPtr = (WriteMessageAsyncResult)asyncState;