18 writes to xstates
System.Private.Xml (18)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (18)
439this.xstates = PossibleXmlStates.WithinSequence; 488case QilNodeType.DocumentCtor: this.xstates = PossibleXmlStates.WithinContent; break; 489case QilNodeType.ElementCtor: this.xstates = PossibleXmlStates.EnumAttrs; break; 490case QilNodeType.AttributeCtor: this.xstates = PossibleXmlStates.WithinAttr; break; 494case QilNodeType.CommentCtor: this.xstates = PossibleXmlStates.WithinComment; break; 495case QilNodeType.PICtor: this.xstates = PossibleXmlStates.WithinPI; break; 496case QilNodeType.XsltCopy: this.xstates = PossibleXmlStates.Any; break; 498case QilNodeType.Function: this.xstates = this.parentInfo.InitialStates; break; 499case QilNodeType.RtfCtor: this.xstates = PossibleXmlStates.WithinContent; break; 500case QilNodeType.Choice: this.xstates = PossibleXmlStates.Any; break; 641this.xstates = info.InitialStates; 646this.xstates = PossibleXmlStates.Any; 666this.xstates = info.InitialStates; 674this.xstates = xstatesChoice; 695this.xstates = PossibleXmlStates.Any; 702this.xstates = PossibleXmlStates.WithinContent; 742info.BeginLoopStates = this.xstates = PossibleXmlStates.Any; 758this.xstates = PossibleXmlStates.Any;
13 references to xstates
System.Private.Xml (13)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (13)
512this.parentInfo.FinalStates = this.xstates; 548info.InitialStates = this.xstates; 588info.FinalStates = this.xstates; 638xstatesTrue = this.xstates; 645if (xstatesTrue != this.xstates) 660xstatesChoice = this.xstates; 670if (xstatesChoice != this.xstates) 694if (this.xstates == PossibleXmlStates.EnumAttrs) 701if (this.xstates == PossibleXmlStates.EnumAttrs || this.withinElem) 735info.BeginLoopStates = this.xstates; 741if (this.xstates == PossibleXmlStates.EnumAttrs && MaybeContent(typ)) 754info.EndLoopStates = this.xstates; 757if (typ.MaybeEmpty && info.InitialStates != this.xstates)