2 writes to OnlyRanges
System.Text.RegularExpressions.Generator (2)
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (2)
1118
OnlyRanges
= true,
1132
OnlyRanges
= true,
8 references to OnlyRanges
System.Text.RegularExpressions.Generator (8)
RegexGenerator.Emitter.cs (2)
5323
if (analysis.
OnlyRanges
&& (analysis.UpperBoundExclusiveIfOnlyRanges - analysis.LowerBoundInclusiveIfOnlyRanges) <= 32)
5358
if (analysis.
OnlyRanges
&& (analysis.UpperBoundExclusiveIfOnlyRanges - analysis.LowerBoundInclusiveIfOnlyRanges) <= 64)
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (6)
1065
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1068
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1071
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1074
/// <remarks>This can only be true if <see cref="
OnlyRanges
"/> is true.</remarks>
1077
/// <remarks>This is only valid if <see cref="
OnlyRanges
"/> is true.</remarks>
1080
/// <remarks>This is only valid if <see cref="
OnlyRanges
"/> is true.</remarks>