3 writes to _state
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
314_state = ReadState.Interactive; 361_state = ReadState.EndOfFile; 377_state = ReadState.Closed;
5 references to _state
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (5)
308Debug.Assert(_processor != null || _state == ReadState.Closed); 310if (_state != ReadState.Interactive) 312if (_state == ReadState.Initial) 371get { return _state == ReadState.EndOfFile; } 383get { return _state; }