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