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