1 instantiation of WriteBase64AsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1375
return new
WriteBase64AsyncResult
(buffer, offset, count, this, callback, state);
4 references to WriteBase64AsyncResult
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
1380
WriteBase64AsyncResult
.End(result);
1465
WriteBase64AsyncResult
thisPtr = (
WriteBase64AsyncResult
)result.AsyncState;
1507
AsyncResult.End<
WriteBase64AsyncResult
>(result);