9 references to _allowedAsciiCodePoints
System.Text.Encodings.Web (9)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.AdvSimd64.cs (4)
22Vector128<byte> allowedCodePoints = _allowedAsciiCodePoints.AsVector; 119if (!_allowedAsciiCodePoints.IsAllowedAsciiCodePoint(pData[i])) { break; } 156Vector128<byte> allowedCodePoints = _allowedAsciiCodePoints.AsVector; 234if (!_allowedAsciiCodePoints.IsAllowedAsciiCodePoint(pData[i])) { break; }
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
74_allowedAsciiCodePoints.PopulateAllowedCodePoints(_allowedBmpCodePoints);
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ssse3.cs (4)
21Vector128<byte> allowedCodePoints = _allowedAsciiCodePoints.AsVector; 112if (!_allowedAsciiCodePoints.IsAllowedAsciiCodePoint(pData[i])) { break; } 141Vector128<byte> allowedCodePoints = _allowedAsciiCodePoints.AsVector; 214if (!_allowedAsciiCodePoints.IsAllowedAsciiCodePoint(pData[i])) { break; }