2 writes to xstatesBeginLoop
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
106this.xstatesBeginLoop = this.xstatesEndLoop = PossibleXmlStates.None; 145this.xstatesBeginLoop = value;
2 references to xstatesBeginLoop
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
350if (this.xstatesBeginLoop != PossibleXmlStates.None) { 351s += " => " + this.xstatesBeginLoop.ToString() + " => " + this.xstatesEndLoop.ToString();