2 writes to xstatesEndLoop
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
106this.xstatesBeginLoop = this.xstatesEndLoop = PossibleXmlStates.None; 156this.xstatesEndLoop = value;
1 reference to xstatesEndLoop
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
351s += " => " + this.xstatesBeginLoop.ToString() + " => " + this.xstatesEndLoop.ToString();