2 writes to OnlyRanges
System.Text.RegularExpressions.Generator (2)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (2)
1049
OnlyRanges
= true,
1063
OnlyRanges
= true,
8 references to OnlyRanges
System.Text.RegularExpressions.Generator (8)
RegexGenerator.Emitter.cs (2)
5275
if (analysis.
OnlyRanges
&& (analysis.UpperBoundExclusiveIfOnlyRanges - analysis.LowerBoundInclusiveIfOnlyRanges) <= 32)
5310
if (analysis.
OnlyRanges
&& (analysis.UpperBoundExclusiveIfOnlyRanges - analysis.LowerBoundInclusiveIfOnlyRanges) <= 64)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (6)
996
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
999
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1002
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1005
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1008
/// <remarks>This is only valid if <see cref="
OnlyRanges
"/> is true.</remarks>
1011
/// <remarks>This is only valid if <see cref="
OnlyRanges
"/> is true.</remarks>