7 references to FindBranchOneOrMultiStart
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexNode.cs (7)
740
if (startNode.
FindBranchOneOrMultiStart
() is null)
747
while (endExclusive < branches.Count && branches[endExclusive].
FindBranchOneOrMultiStart
() is not null)
760
char c = branches[compare].
FindBranchOneOrMultiStart
()!.FirstCharOfOneOrMulti();
763
while (compare < endExclusive && branches[compare].
FindBranchOneOrMultiStart
()!.FirstCharOfOneOrMulti() == c)
776
if (nextChild.
FindBranchOneOrMultiStart
()!.FirstCharOfOneOrMulti() == c)
1356
RegexNode? startingNode = children[startingIndex].
FindBranchOneOrMultiStart
();
1376
startingNode = children[endingIndex].
FindBranchOneOrMultiStart
();