2 writes to xstatesFinal
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
105
this.xstatesInitial = this.
xstatesFinal
= PossibleXmlStates.Any;
134
this.
xstatesFinal
= value;
2 references to xstatesFinal
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
131
get { return this.
xstatesFinal
; }
354
s += " => " + this.
xstatesFinal
;