6 writes to nextOperation
System.Runtime.Serialization (6)
System\Xml\XmlDictionaryWriter.cs (6)
296
this.
nextOperation
= Operation.Read;
383
this.
nextOperation
= Operation.Write;
387
this.
nextOperation
= Operation.Complete;
418
thisPtr.
nextOperation
= Operation.Complete;
454
this.
nextOperation
= Operation.Read;
492
thisPtr.
nextOperation
= Operation.Complete;
3 references to nextOperation
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryWriter.cs (3)
321
if (this.
nextOperation
== Operation.Read)
328
else if (this.
nextOperation
== Operation.Write)
335
else if (this.
nextOperation
== Operation.Complete)