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