8 writes to writeState
System.Runtime.Serialization (8)
System\Xml\XmlBaseWriter.cs (8)
43this.writeState = WriteState.Start; 52this.writeState = WriteState.Start; 295writeState = WriteState.Attribute; 371writeState = WriteState.Element; 519writeState = WriteState.Content; 634this.writeState = writeState; 725writeState = WriteState.Prolog; 778writeState = WriteState.Start;
26 references to writeState
System.Runtime.Serialization (26)
System\Xml\XmlBaseWriter.cs (26)
111get { return writeState == WriteState.Closed; } 149return writeState; 161if (writeState != WriteState.Element) 186if (writeState != WriteState.Element) 208if (writeState == WriteState.Attribute) 214if (writeState != WriteState.Element) 321if (writeState != WriteState.Attribute) 380if (writeState == WriteState.Attribute) 403if (writeState == WriteState.Attribute) 406if (writeState != WriteState.Element && writeState != WriteState.Content) 418if (writeState == WriteState.Attribute) 449if (writeState == WriteState.Attribute) 503if (writeState == WriteState.Attribute) 507if (writeState == WriteState.Element) 556if (this.writeState == WriteState.Element) 630if (this.writeState == WriteState.Element) 666if (writeState != WriteState.Attribute) 722if (writeState != WriteState.Start) 747if (writeState != WriteState.Start) 758if (this.writeState == WriteState.Attribute) 774if (writeState == WriteState.Start || writeState == WriteState.Prolog) 1748if (writeState == WriteState.Attribute) 1774if (writeState != WriteState.Element && writeState != WriteState.Attribute)