1 instantiation of XmlNodeWriterWriteBase64TextArgs
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2600
this.nodeWriterArgs = new
XmlNodeWriterWriteBase64TextArgs
();
10 references to XmlNodeWriterWriteBase64TextArgs
System.Runtime.Serialization (10)
System\Xml\XmlBaseWriter.cs (3)
2483
AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> nodeWriterAsyncState;
2484
XmlNodeWriterWriteBase64TextArgs
nodeWriterArgs;
2599
this.nodeWriterAsyncState = new AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
>();
System\Xml\XmlNodeWriter.cs (1)
30
internal virtual AsyncCompletionResult WriteBase64TextAsync(AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> state)
System\Xml\XmlUTF8TextWriter.cs (6)
748
internal override AsyncCompletionResult WriteBase64TextAsync(AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> xmlNodeWriterState)
760
AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> nodeState;
777
internal AsyncCompletionResult StartAsync(AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> xmlNodeWriterState)
783
XmlNodeWriterWriteBase64TextArgs
nodeWriterArgs = xmlNodeWriterState.Arguments;
839
AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> state = thisPtr.nodeState;
864
AsyncEventArgs<
XmlNodeWriterWriteBase64TextArgs
> state = thisPtr.nodeState;