11 references to Any
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (9)
105
this.xstatesInitial = this.xstatesFinal = PossibleXmlStates.
Any
;
419
xstates = PossibleXmlStates.
Any
;
449
case QilNodeType.XsltCopy: this.xstates = PossibleXmlStates.
Any
; break;
453
case QilNodeType.Choice: this.xstates = PossibleXmlStates.
Any
; break;
592
this.xstates = PossibleXmlStates.
Any
;
615
xstatesChoice = PossibleXmlStates.
Any
;
636
this.xstates = PossibleXmlStates.
Any
;
680
info.BeginLoopStates = this.xstates = PossibleXmlStates.
Any
;
695
this.xstates = PossibleXmlStates.
Any
;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
2586
if (XmlILConstructInfo.Read(ndElem.Right).FinalStates == PossibleXmlStates.
Any
)
2590
if (info.FinalStates == PossibleXmlStates.
Any
)