10 writes to _writeState
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (10)
41_writeState = WriteState.Start; 50_writeState = WriteState.Start; 272_writeState = WriteState.Attribute; 348_writeState = WriteState.Element; 401_writeState = WriteState.Element; 605_writeState = WriteState.Content; 732_writeState = writeState; 741_writeState = writeState; 838_writeState = WriteState.Prolog; 891_writeState = WriteState.Start;
29 references to _writeState
dotnet-svcutil-lib (29)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (29)
97get { return _writeState == WriteState.Closed; } 126return _writeState; 138if (_writeState != WriteState.Element) 163if (_writeState != WriteState.Element) 185if (_writeState == WriteState.Attribute) 191if (_writeState != WriteState.Element) 298if (_writeState != WriteState.Attribute) 410if (_writeState == WriteState.Attribute) 433if (_writeState == WriteState.Attribute) 436if (_writeState != WriteState.Element && _writeState != WriteState.Content) 448if (_writeState == WriteState.Attribute) 479if (_writeState == WriteState.Attribute) 524if (_writeState == WriteState.Attribute) 589if (_writeState == WriteState.Attribute) 593if (_writeState == WriteState.Element) 642if (_writeState == WriteState.Element) 650return _writeState == WriteState.Element ? AutoCompleteAsync(WriteState.Content) : Task.CompletedTask; 728if (_writeState == WriteState.Element) 737if (_writeState == WriteState.Element) 779if (_writeState != WriteState.Attribute) 835if (_writeState != WriteState.Start) 860if (_writeState != WriteState.Start) 871if (_writeState == WriteState.Attribute) 887if (_writeState == WriteState.Start || _writeState == WriteState.Prolog) 1593if (_writeState == WriteState.Attribute) 1604if (_writeState != WriteState.Element && _writeState != WriteState.Attribute)