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