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