2 writes to _xstatesBeginLoop
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
111
_xstatesBeginLoop
= _xstatesEndLoop = PossibleXmlStates.None;
156
_xstatesBeginLoop
= value;
2 references to _xstatesBeginLoop
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
384
if (
_xstatesBeginLoop
!= PossibleXmlStates.None)
386
s += $" => {
_xstatesBeginLoop
} => {_xstatesEndLoop}";