3 references to FindSubcaptures
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (1)
92
/// The transition function for <see cref="
FindSubcaptures
(ReadOnlySpan{char}, int, int, PerThreadData)"/>,
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
478
FindSubcaptures
<DefaultInputReader>(input, matchStart, matchEnd, perThreadData) :
479
FindSubcaptures
<NoZAnchorOptimizedInputReader>(input, matchStart, matchEnd, perThreadData);