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