1 write to _allowedBmpCodePoints
System.Text.Encodings.Web (1)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
39_allowedBmpCodePoints = allowedCodePointsBmp;
17 references to _allowedBmpCodePoints
System.Text.Encodings.Web (17)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (17)
51_allowedBmpCodePoints.ForbidUndefinedCharacters(); 59_allowedBmpCodePoints.ForbidHtmlCharacters(); 64_allowedBmpCodePoints.ForbidChar(ch); 69_asciiPreescapedData.PopulatePreescapedData(_allowedBmpCodePoints, scalarEscaper); 79if (_allowedBmpCodePoints.IsCharAllowed((char)i)) 104if (_allowedBmpCodePoints.IsCodePointAllowed((uint)unicodeScalar)) 388if (!_allowedBmpCodePoints.IsCharAllowed((char)scalarValue.Value)) { break; } // disallowed code point 430if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 431if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 432if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 433if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 434if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 435if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 436if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 437if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; } 442if (!_allowedBmpCodePoints.IsCharAllowed(pData[idx])) { break; } 470return _allowedBmpCodePoints.IsCodePointAllowed((uint)value.Value);