2 writes to _xstatesBeginLoop
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
112
_xstatesBeginLoop
= _xstatesEndLoop = PossibleXmlStates.None;
157
_xstatesBeginLoop
= value;
2 references to _xstatesBeginLoop
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
385
if (
_xstatesBeginLoop
!= PossibleXmlStates.None)
387
s += $" => {
_xstatesBeginLoop
} => {_xstatesEndLoop}";