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