1 write to writerState
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
773this.writerState = new AsyncEventArgs<XmlWriteBase64AsyncArguments>();
9 references to writerState
System.Runtime.Serialization (9)
System\Xml\XmlUTF8TextWriter.cs (9)
791this.writerState.Set(onTrailByteComplete, this.writerArgs, this); 792if (this.InternalWriteBase64TextAsync(this.writerState) != AsyncCompletionResult.Completed) 796this.writerState.Complete(true); 851this.writerState.Set(onWriteComplete, this.writerArgs, this); 852if (this.InternalWriteBase64TextAsync(this.writerState) == AsyncCompletionResult.Completed) 854this.writerState.Complete(true); 941XmlWriteBase64AsyncArguments writerArgs = thisPtr.writerState.Arguments; 975if (thisPtr.InternalWriteBase64TextAsync(thisPtr.writerState) == AsyncCompletionResult.Completed) 994thisPtr.writerState.Complete(false, completionException);