7 references to FindBranchOneOrMultiStart
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexNode.cs (7)
688if (startNode.FindBranchOneOrMultiStart() is null) 695while (endExclusive < branches.Count && branches[endExclusive].FindBranchOneOrMultiStart() is not null) 708char c = branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti(); 711while (compare < endExclusive && branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) 724if (nextChild.FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) 1234RegexNode? startingNode = children[startingIndex].FindBranchOneOrMultiStart(); 1254startingNode = children[endingIndex].FindBranchOneOrMultiStart();