2 writes to AllAsciiContained
System.Text.RegularExpressions.Generator (2)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (2)
1154AllAsciiContained = firstValueInclusive >= 128, 1168AllAsciiContained = firstValueInclusive == 0 && set[SetStartIndex + 1] >= 128 && !hasSubtraction,
1 reference to AllAsciiContained
System.Text.RegularExpressions.Generator (1)
RegexGenerator.Emitter.cs (1)
5291if (analysis.AllAsciiContained)