18 writes to xstates
System.Data.SqlXml (18)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (18)
399
this.
xstates
= PossibleXmlStates.WithinSequence;
441
case QilNodeType.DocumentCtor: this.
xstates
= PossibleXmlStates.WithinContent; break;
442
case QilNodeType.ElementCtor: this.
xstates
= PossibleXmlStates.EnumAttrs; break;
443
case QilNodeType.AttributeCtor: this.
xstates
= PossibleXmlStates.WithinAttr; break;
447
case QilNodeType.CommentCtor: this.
xstates
= PossibleXmlStates.WithinComment; break;
448
case QilNodeType.PICtor: this.
xstates
= PossibleXmlStates.WithinPI; break;
449
case QilNodeType.XsltCopy: this.
xstates
= PossibleXmlStates.Any; break;
451
case QilNodeType.Function: this.
xstates
= this.parentInfo.InitialStates; break;
452
case QilNodeType.RtfCtor: this.
xstates
= PossibleXmlStates.WithinContent; break;
453
case QilNodeType.Choice: this.
xstates
= PossibleXmlStates.Any; break;
587
this.
xstates
= info.InitialStates;
592
this.
xstates
= PossibleXmlStates.Any;
610
this.
xstates
= info.InitialStates;
618
this.
xstates
= xstatesChoice;
636
this.
xstates
= PossibleXmlStates.Any;
642
this.
xstates
= PossibleXmlStates.WithinContent;
680
info.BeginLoopStates = this.
xstates
= PossibleXmlStates.Any;
695
this.
xstates
= PossibleXmlStates.Any;
13 references to xstates
System.Data.SqlXml (13)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (13)
465
this.parentInfo.FinalStates = this.
xstates
;
499
info.InitialStates = this.
xstates
;
537
info.FinalStates = this.
xstates
;
584
xstatesTrue = this.
xstates
;
591
if (xstatesTrue != this.
xstates
)
605
xstatesChoice = this.
xstates
;
614
if (xstatesChoice != this.
xstates
)
635
if (this.
xstates
== PossibleXmlStates.EnumAttrs)
641
if (this.
xstates
== PossibleXmlStates.EnumAttrs || this.withinElem)
674
info.BeginLoopStates = this.
xstates
;
679
if (this.
xstates
== PossibleXmlStates.EnumAttrs && MaybeContent(typ))
691
info.EndLoopStates = this.
xstates
;
694
if (typ.MaybeEmpty && info.InitialStates != this.
xstates
)