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