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