4 references to Capture
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Match.cs (1)
87
/// the correct value right after a Match gets calculated, meaning that it will return <see langword="true"/> right after <see cref="RegexRunner.
Capture
(int, int, int)"/>
System\Text\RegularExpressions\RegexInterpreter.cs (1)
457
Capture
(Operand(0), StackPeek(), runtextpos);
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (2)
93
Capture
(cap, pos.CaptureStarts[cap], pos.CaptureEnds[cap]);
99
Capture
(0, start, end);