55 writes to state
System.Xml (55)
System\Xml\Core\XmlSubtreeReader.cs (34)
96state = State.Initial; 378state = State.Interactive; 390state = State.EndOfFile; 416state = State.Interactive; 463state = State.Closed; 491state = State.EndOfFile; 515state = State.Interactive; 549state = State.Error; 562state = State.Error; 575state = State.Error; 588state = State.Error; 601state = State.Error; 614state = State.Error; 627state = State.Error; 640state = State.Error; 653state = State.Error; 666state = State.Error; 724state = State.ReadContentAsBase64; 730state = State.Interactive; 772state = State.Interactive; 777state = State.EndOfFile; 842state = State.ReadContentAsBinHex; 848state = State.Interactive; 889state = State.Interactive; 894state = State.EndOfFile; 1070state = State.PopNamespaceScope; 1074state = State.PopNamespaceScope; 1103state = State.ClearNsAttributes; 1155state = binaryState; 1175state = State.Interactive; 1180state = State.EndOfFile; 1199state = State.Interactive; 1204state = State.EndOfFile; 1308state = State.PopNamespaceScope;
System\Xml\Core\XmlSubtreeReaderAsync.cs (21)
28state = State.Interactive; 40state = State.EndOfFile; 66state = State.Interactive; 112state = State.EndOfFile; 136state = State.Interactive; 170state = State.Error; 183state = State.Error; 196state = State.Error; 248state = State.ReadContentAsBase64; 254state = State.Interactive; 296state = State.Interactive; 301state = State.EndOfFile; 366state = State.ReadContentAsBinHex; 372state = State.Interactive; 413state = State.Interactive; 418state = State.EndOfFile; 506state = binaryState; 526state = State.Interactive; 531state = State.EndOfFile; 550state = State.Interactive; 555state = State.EndOfFile;
43 references to state
System.Xml (43)
System\Xml\Core\XmlSubtreeReader.cs (29)
175return state == State.EndOfFile || state == State.Closed; 185if ( (int)state <= (int)State.Closed ) { 186return (ReadState)(int)state; 375switch ( state ) { 440if ( state == State.Closed) { 445if (state != State.EndOfFile) { 469switch ( state ) { 678switch ( state ) { 747switch (state) { 797switch (state) { 865switch (state) { 920switch (state) { 1102Debug.Assert( state == State.ClearNsAttributes || state == State.Interactive || state == State.PopNamespaceScope ); 1154Debug.Assert( state == State.Interactive ); 1160Debug.Assert( state == State.ReadElementContentAsBase64 || state == State.ReadElementContentAsBinHex ); 1163if ( state == State.ReadElementContentAsBase64 ) { 1189Debug.Assert( state == State.ReadContentAsBase64 || state == State.ReadContentAsBinHex ); 1192if ( state == State.ReadContentAsBase64 ) { 1226return 0 != ( AttributeActiveStates & ( 1 << (int)state ) ); 1245return 0 != ( NamespaceActiveStates & ( 1 << (int)state ) ); 1264switch ( state ) { 1297Debug.Assert( state == State.Interactive || 1298state == State.PopNamespaceScope || 1299state == State.ClearNsAttributes );
System\Xml\Core\XmlSubtreeReaderAsync.cs (14)
25switch ( state ) { 90switch ( state ) { 202switch ( state ) { 271switch (state) { 321switch (state) { 389switch (state) { 438switch (state) { 505Debug.Assert( state == State.Interactive ); 511Debug.Assert( state == State.ReadElementContentAsBase64 || state == State.ReadElementContentAsBinHex ); 514if ( state == State.ReadElementContentAsBase64 ) { 540Debug.Assert( state == State.ReadContentAsBase64 || state == State.ReadContentAsBinHex ); 543if ( state == State.ReadContentAsBase64 ) {