3 writes to state
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (3)
269state = ReadState.Interactive; 307this.state = ReadState.EndOfFile; 321this.state = ReadState.Closed;
5 references to state
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (5)
265Debug.Assert(this.processor != null || this.state == ReadState.Closed); 267if (this.state != ReadState.Interactive) { 268if (this.state == ReadState.Initial) { 316get { return this.state == ReadState.EndOfFile; } 326get { return this.state; }