1 instantiation of InternalWriteBase64TextAsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
1011
return new
InternalWriteBase64TextAsyncResult
(buffer, offset, count, this, callback, state);
6 references to InternalWriteBase64TextAsyncResult
System.Runtime.Serialization (6)
System\Xml\XmlUTF8TextWriter.cs (6)
1016
InternalWriteBase64TextAsyncResult
.End(result);
1132
InternalWriteBase64TextAsyncResult
thisPtr = (
InternalWriteBase64TextAsyncResult
)result.AsyncState;
1206
InternalWriteBase64TextAsyncResult
thisPtr = (
InternalWriteBase64TextAsyncResult
)result.AsyncState;
1233
AsyncResult.End<
InternalWriteBase64TextAsyncResult
>(result);