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