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);
79
if (
_allowedBmpCodePoints
.IsCharAllowed((char)i))
104
if (
_allowedBmpCodePoints
.IsCodePointAllowed((uint)unicodeScalar))
388
if (!
_allowedBmpCodePoints
.IsCharAllowed((char)scalarValue.Value)) { break; } // disallowed code point
430
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
431
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
432
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
433
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
434
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
435
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
436
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
437
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
442
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx])) { break; }
470
return
_allowedBmpCodePoints
.IsCodePointAllowed((uint)value.Value);