12 references to Branches
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (2)
67for (int i = 0; i < ndChoice.Branches.Count; i++) 68AnalyzeDefinition(ndChoice.Branches[i]);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (6)
603idx = ndChoice.Branches.Count - 1; 604ndChoice.Branches[idx] = AnalyzeContent(ndChoice.Branches[idx]); 611ndChoice.Branches[idx] = AnalyzeContent(ndChoice.Branches[idx]); 900QilList ndBranches = (nd as QilChoice).Branches;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
946ndBranches = ndChoice.Branches;
System\Xml\Xsl\QIL\QilTypeChecker.cs (3)
366CheckClassAndNodeType(node.Branches, typeof(QilList), QilNodeType.BranchList); 367Check(node.Branches.Count > 0, node, "Choice must have at least one branch"); 368return node.Branches.XmlType;