12 references to Branches
System.Private.Xml (12)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (2)
71for (int i = 0; i < ndChoice.Branches.Count; i++) 72AnalyzeDefinition(ndChoice.Branches[i]);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (6)
658idx = ndChoice.Branches.Count - 1; 659ndChoice.Branches[idx] = AnalyzeContent(ndChoice.Branches[idx]); 667ndChoice.Branches[idx] = AnalyzeContent(ndChoice.Branches[idx]); 991QilList ndBranches = (nd as QilChoice)!.Branches;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1018ndBranches = ndChoice.Branches;
System\Xml\Xsl\QIL\QilTypeChecker.cs (3)
396CheckClassAndNodeType(node.Branches, typeof(QilList), QilNodeType.BranchList); 397Check(node.Branches.Count > 0, node, "Choice must have at least one branch"); 398return node.Branches.XmlType;