1 instantiation of WriteBase64AsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
136
return new
WriteBase64AsyncResult
(buffer, index, count, this, callback, state);
4 references to WriteBase64AsyncResult
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (4)
141
WriteBase64AsyncResult
.End(result);
164
WriteBase64AsyncResult
thisPtr = (
WriteBase64AsyncResult
)result.AsyncState;
173
AsyncResult.End<
WriteBase64AsyncResult
>(result);