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