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