1 instantiation of WriteBase64TextAsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1001
return new
WriteBase64TextAsyncResult
(trailBytes, trailByteCount, buffer, offset, count, this, callback, state);
6 references to WriteBase64TextAsyncResult
System.Runtime.Serialization (6)
System\Xml\XmlUTF8TextWriter.cs (6)
1006
WriteBase64TextAsyncResult
.End(result);
1052
WriteBase64TextAsyncResult
thisPtr = (
WriteBase64TextAsyncResult
)result.AsyncState;
1058
WriteBase64TextAsyncResult
thisPtr = (
WriteBase64TextAsyncResult
)result.AsyncState;
1097
AsyncResult.End<
WriteBase64TextAsyncResult
>(result);