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