1 write to _allowedBmpCodePoints
System.Text.Encodings.Web (1)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (1)
43
_allowedBmpCodePoints
= allowedCodePointsBmp;
17 references to _allowedBmpCodePoints
System.Text.Encodings.Web (17)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (17)
55
_allowedBmpCodePoints
.ForbidUndefinedCharacters();
63
_allowedBmpCodePoints
.ForbidHtmlCharacters();
68
_allowedBmpCodePoints
.ForbidChar(ch);
73
_asciiPreescapedData.PopulatePreescapedData(
_allowedBmpCodePoints
, scalarEscaper);
74
_allowedAsciiCodePoints.PopulateAllowedCodePoints(
_allowedBmpCodePoints
);
89
if (
_allowedBmpCodePoints
.IsCodePointAllowed((uint)unicodeScalar))
403
if (!
_allowedBmpCodePoints
.IsCharAllowed((char)scalarValue.Value)) { break; } // disallowed code point
444
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
445
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
446
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
447
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
448
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
449
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
450
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
451
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx + (nuint)(++loopIter)])) { goto BrokeInUnrolledLoop; }
456
if (!
_allowedBmpCodePoints
.IsCharAllowed(pData[idx])) { break; }
484
return
_allowedBmpCodePoints
.IsCodePointAllowed((uint)value.Value);