8 references to AllowedBmpCodePointsBitmap
System.Text.Encodings.Web (8)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ascii.cs (1)
26
internal void PopulatePreescapedData(in
AllowedBmpCodePointsBitmap
allowedCodePointsBmp, ScalarEscaperBase innerEncoder)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (3)
22
private readonly
AllowedBmpCodePointsBitmap
_allowedBmpCodePoints;
32
in
AllowedBmpCodePointsBitmap
allowedCodePointsBmp,
46
allowedCodePointsBmp = ref Unsafe.NullRef<
AllowedBmpCodePointsBitmap
>();
System\Text\Encodings\Web\TextEncoderSettings.cs (4)
15
private
AllowedBmpCodePointsBitmap
_allowedCodePointsBitmap;
217
internal ref readonly
AllowedBmpCodePointsBitmap
GetAllowedCodePointsBitmap()
227
StrongBox<
AllowedBmpCodePointsBitmap
> newBitmap = new StrongBox<
AllowedBmpCodePointsBitmap
>();