7 references to FindBranchOneOrMultiStart
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexNode.cs (7)
795if (startNode.FindBranchOneOrMultiStart() is null) 802while (endExclusive < branches.Count && branches[endExclusive].FindBranchOneOrMultiStart() is not null) 815char c = branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti(); 818while (compare < endExclusive && branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) 831if (nextChild.FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) 1405RegexNode? startingNode = children[startingIndex].FindBranchOneOrMultiStart(); 1426startingNode = children[endingIndex].FindBranchOneOrMultiStart();