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)
457Capture(Operand(0), StackPeek(), runtextpos);
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (2)
93Capture(cap, pos.CaptureStarts[cap], pos.CaptureEnds[cap]); 99Capture(0, start, end);