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