55 writes to _state
dotnet-svcutil-lib (55)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (34)
101_state = State.Initial; 465_state = State.Interactive; 479_state = State.EndOfFile; 507_state = State.Interactive; 564_state = State.Closed; 598_state = State.EndOfFile; 623_state = State.Interactive; 662_state = State.Error; 678_state = State.Error; 694_state = State.Error; 710_state = State.Error; 726_state = State.Error; 742_state = State.Error; 758_state = State.Error; 774_state = State.Error; 790_state = State.Error; 806_state = State.Error; 875_state = State.ReadContentAsBase64; 882_state = State.Interactive; 929_state = State.Interactive; 935_state = State.EndOfFile; 1011_state = State.ReadContentAsBinHex; 1018_state = State.Interactive; 1064_state = State.Interactive; 1070_state = State.EndOfFile; 1281_state = State.PopNamespaceScope; 1285_state = State.PopNamespaceScope; 1320_state = State.ClearNsAttributes; 1381_state = binaryState; 1405_state = State.Interactive; 1411_state = State.EndOfFile; 1433_state = State.Interactive; 1439_state = State.EndOfFile; 1553_state = State.PopNamespaceScope;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (21)
39_state = State.Interactive; 53_state = State.EndOfFile; 81_state = State.Interactive; 135_state = State.EndOfFile; 160_state = State.Interactive; 199_state = State.Error; 215_state = State.Error; 231_state = State.Error; 292_state = State.ReadContentAsBase64; 299_state = State.Interactive; 346_state = State.Interactive; 352_state = State.EndOfFile; 428_state = State.ReadContentAsBinHex; 435_state = State.Interactive; 481_state = State.Interactive; 487_state = State.EndOfFile; 585_state = binaryState; 609_state = State.Interactive; 615_state = State.EndOfFile; 637_state = State.Interactive; 643_state = State.EndOfFile;
43 references to _state
dotnet-svcutil-lib (43)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (29)
203return _state == State.EndOfFile || _state == State.Closed; 217if ((int)_state <= (int)State.Closed) 219return (ReadState)(int)_state; 461switch (_state) 534if (_state == State.Closed) 541if (_state != State.EndOfFile) 571switch (_state) 821switch (_state) 900switch (_state) 957switch (_state) 1036switch (_state) 1100switch (_state) 1319Debug.Assert(_state == State.ClearNsAttributes || _state == State.Interactive || _state == State.PopNamespaceScope); 1380Debug.Assert(_state == State.Interactive); 1387Debug.Assert(_state == State.ReadElementContentAsBase64 || _state == State.ReadElementContentAsBinHex); 1390if (_state == State.ReadElementContentAsBase64) 1421Debug.Assert(_state == State.ReadContentAsBase64 || _state == State.ReadContentAsBinHex); 1424if (_state == State.ReadContentAsBase64) 1463return 0 != (AttributeActiveStates & (1 << (int)_state)); 1484return 0 != (NamespaceActiveStates & (1 << (int)_state)); 1506switch (_state) 1541Debug.Assert(_state == State.Interactive || 1542_state == State.PopNamespaceScope || 1543_state == State.ClearNsAttributes);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (14)
35switch (_state) 108switch (_state) 238switch (_state) 317switch (_state) 374switch (_state) 453switch (_state) 509switch (_state) 584Debug.Assert(_state == State.Interactive); 591Debug.Assert(_state == State.ReadElementContentAsBase64 || _state == State.ReadElementContentAsBinHex); 594if (_state == State.ReadElementContentAsBase64) 625Debug.Assert(_state == State.ReadContentAsBase64 || _state == State.ReadContentAsBinHex); 628if (_state == State.ReadContentAsBase64)