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