37 references to Capture
BuildActionTelemetryTable (1)
RegexGenerator.g.cs (1)
315base.Capture(0, matchStart, pos);
illink (2)
Microsoft.CodeAnalysis (8)
RegexGenerator.g.cs (8)
283base.Capture(2, capture_starting_pos1, pos); 335base.Capture(1, capture_starting_pos, pos); 445base.Capture(3, capture_starting_pos2, pos); 500base.Capture(0, matchStart, pos); 692base.Capture(1, capture_starting_pos, pos); 787base.Capture(2, capture_starting_pos1, pos); 889base.Capture(3, capture_starting_pos2, pos); 944base.Capture(0, matchStart, pos);
System.ComponentModel.TypeConverter (2)
RegexGenerator.g.cs (2)
187base.Capture(0, matchStart, pos); 352base.Capture(0, matchStart, pos);
System.Data.Common (2)
RegexGenerator.g.cs (2)
187base.Capture(0, matchStart, pos); 352base.Capture(0, matchStart, pos);
System.Data.Odbc (9)
RegexGenerator.g.cs (9)
589base.Capture(1, capture_starting_pos, pos); 1211base.Capture(2, capture_starting_pos1, pos); 1440base.Capture(0, matchStart, pos); 1766base.Capture(1, capture_starting_pos, pos); 2197base.Capture(2, capture_starting_pos1, pos); 2426base.Capture(0, matchStart, pos); 2614base.Capture(0, matchStart, pos); 2715base.Capture(0, matchStart, pos); 2922base.Capture(0, matchStart, pos);
System.Private.DataContractSerialization (2)
RegexGenerator.g.cs (2)
187base.Capture(0, matchStart, pos); 352base.Capture(0, matchStart, pos);
System.Private.Xml (2)
RegexGenerator.g.cs (2)
187base.Capture(0, matchStart, pos); 352base.Capture(0, matchStart, pos);
System.Text.Json (2)
RegexGenerator.g.cs (2)
187base.Capture(0, matchStart, pos); 352base.Capture(0, matchStart, pos);
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);
System.Windows.Forms (1)
RegexGenerator.g.cs (1)
132base.Capture(0, matchStart, pos);
System.Windows.Forms.Design (1)
RegexGenerator.g.cs (1)
132base.Capture(0, matchStart, pos);
System.Windows.Forms.Tests (1)
RegexGenerator.g.cs (1)
146base.Capture(0, matchStart, pos);