18 writes to xstates
System.Private.Xml (18)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (18)
438this.xstates = PossibleXmlStates.WithinSequence; 487case QilNodeType.DocumentCtor: this.xstates = PossibleXmlStates.WithinContent; break; 488case QilNodeType.ElementCtor: this.xstates = PossibleXmlStates.EnumAttrs; break; 489case QilNodeType.AttributeCtor: this.xstates = PossibleXmlStates.WithinAttr; break; 493case QilNodeType.CommentCtor: this.xstates = PossibleXmlStates.WithinComment; break; 494case QilNodeType.PICtor: this.xstates = PossibleXmlStates.WithinPI; break; 495case QilNodeType.XsltCopy: this.xstates = PossibleXmlStates.Any; break; 497case QilNodeType.Function: this.xstates = this.parentInfo.InitialStates; break; 498case QilNodeType.RtfCtor: this.xstates = PossibleXmlStates.WithinContent; break; 499case QilNodeType.Choice: this.xstates = PossibleXmlStates.Any; break; 640this.xstates = info.InitialStates; 645this.xstates = PossibleXmlStates.Any; 665this.xstates = info.InitialStates; 673this.xstates = xstatesChoice; 694this.xstates = PossibleXmlStates.Any; 701this.xstates = PossibleXmlStates.WithinContent; 741info.BeginLoopStates = this.xstates = PossibleXmlStates.Any; 757this.xstates = PossibleXmlStates.Any;
13 references to xstates
System.Private.Xml (13)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (13)
511this.parentInfo.FinalStates = this.xstates; 547info.InitialStates = this.xstates; 587info.FinalStates = this.xstates; 637xstatesTrue = this.xstates; 644if (xstatesTrue != this.xstates) 659xstatesChoice = this.xstates; 669if (xstatesChoice != this.xstates) 693if (this.xstates == PossibleXmlStates.EnumAttrs) 700if (this.xstates == PossibleXmlStates.EnumAttrs || this.withinElem) 734info.BeginLoopStates = this.xstates; 740if (this.xstates == PossibleXmlStates.EnumAttrs && MaybeContent(typ)) 753info.EndLoopStates = this.xstates; 756if (typ.MaybeEmpty && info.InitialStates != this.xstates)