8 references to BoundsRequired
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\Regex.Count.cs (2)
27}, RegexRunnerMode.BoundsRequired, reuseMatchObject: true); 54}, RegexRunnerMode.BoundsRequired, reuseMatchObject: true);
System\Text\RegularExpressions\Regex.cs (1)
463Debug.Assert(mode <= RegexRunnerMode.BoundsRequired);
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (1)
143(bool Success, int Index, int Length, int TextPosition) match = _regex.RunSingleMatch(RegexRunnerMode.BoundsRequired, _prevLen, _input, _startAt);
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
227(bool Success, int Index, int Length, int TextPosition) match = _regex.RunSingleMatch(RegexRunnerMode.BoundsRequired, _lastMatch.Length, _input, _startAt);
System\Text\RegularExpressions\RegexReplacement.cs (3)
249}, RegexRunnerMode.BoundsRequired, reuseMatchObject: true); 311}, _hasBackreferences ? RegexRunnerMode.FullMatchRequired : RegexRunnerMode.BoundsRequired, reuseMatchObject: true); 331}, _hasBackreferences ? RegexRunnerMode.FullMatchRequired : RegexRunnerMode.BoundsRequired, reuseMatchObject: true);