14 references to InReadContent
System.Xml (14)
System\Xml\Core\ReadContentAsBinaryHelper.cs (7)
86case State.InReadContent: 100Debug.Assert( state == State.InReadContent ); 133case State.InReadContent: 147Debug.Assert( state == State.InReadContent ); 180case State.InReadContent: 227case State.InReadContent: 278state = State.InReadContent;
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (7)
36case State.InReadContent: 50Debug.Assert( state == State.InReadContent ); 83case State.InReadContent: 97Debug.Assert( state == State.InReadContent ); 130case State.InReadContent: 177case State.InReadContent: 222state = State.InReadContent;