4 references to CaptureEnds
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (4)
86Debug.Assert(pos.CaptureEnds != null); 87Debug.Assert(pos.CaptureStarts.Length == pos.CaptureEnds.Length); 92Debug.Assert(pos.CaptureEnds[cap] >= pos.CaptureStarts[cap]); 93Capture(cap, pos.CaptureStarts[cap], pos.CaptureEnds[cap]);