7 writes to state
System.Xml (7)
System\Xml\Core\ReadContentAsBinaryHelper.cs (4)
266state = State.None; 278state = State.InReadContent; 302state = State.InReadElementContent; 392state = State.None;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
222state = State.InReadContent; 246state = State.InReadElementContent; 316state = State.None;
20 references to state
System.Xml (20)
System\Xml\Core\ReadContentAsBinaryHelper.cs (10)
77switch ( state ) { 100Debug.Assert( state == State.InReadContent ); 124switch ( state ) { 147Debug.Assert( state == State.InReadContent ); 171switch ( state ) { 194Debug.Assert( state == State.InReadElementContent ); 218switch ( state ) { 241Debug.Assert( state == State.InReadElementContent ); 251if ( state != State.None ) { 254if ( state == State.InReadElementContent ) {
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (10)
27switch ( state ) { 50Debug.Assert( state == State.InReadContent ); 74switch ( state ) { 97Debug.Assert( state == State.InReadContent ); 121switch ( state ) { 144Debug.Assert( state == State.InReadElementContent ); 168switch ( state ) { 191Debug.Assert( state == State.InReadElementContent ); 201if ( state != State.None ) { 204if ( state == State.InReadElementContent ) {