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