2 instantiations of XmlWriteBase64AsyncArguments
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (1)
428
this.writerAsyncArgs = new
XmlWriteBase64AsyncArguments
();
System\Xml\XmlUTF8TextWriter.cs (1)
774
this.writerArgs = new
XmlWriteBase64AsyncArguments
();
14 references to XmlWriteBase64AsyncArguments
System.Runtime.Serialization (14)
System\Xml\XmlBaseWriter.cs (4)
1383
internal override AsyncCompletionResult WriteBase64Async(AsyncEventArgs<
XmlWriteBase64AsyncArguments
> state)
2485
AsyncEventArgs<
XmlWriteBase64AsyncArguments
> inputState;
2492
public void SetArguments(AsyncEventArgs<
XmlWriteBase64AsyncArguments
> inputState)
2558
AsyncEventArgs<
XmlWriteBase64AsyncArguments
> inputState = thisPtr.inputState;
System\Xml\XmlDictionaryWriter.cs (4)
29
internal virtual AsyncCompletionResult WriteBase64Async(AsyncEventArgs<
XmlWriteBase64AsyncArguments
> state)
277
AsyncEventArgs<
XmlWriteBase64AsyncArguments
> writerAsyncState;
278
XmlWriteBase64AsyncArguments
writerAsyncArgs;
429
this.writerAsyncState = new AsyncEventArgs<
XmlWriteBase64AsyncArguments
>();
System\Xml\XmlUTF8TextWriter.cs (6)
761
AsyncEventArgs<
XmlWriteBase64AsyncArguments
> writerState;
762
XmlWriteBase64AsyncArguments
writerArgs;
773
this.writerState = new AsyncEventArgs<
XmlWriteBase64AsyncArguments
>();
869
AsyncCompletionResult InternalWriteBase64TextAsync(AsyncEventArgs<
XmlWriteBase64AsyncArguments
> writerState)
873
XmlWriteBase64AsyncArguments
writerArgs = writerState.Arguments;
941
XmlWriteBase64AsyncArguments
writerArgs = thisPtr.writerState.Arguments;