9 references to AllowedBmpCodePointsBitmap
System.Text.Encodings.Web (9)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ascii.cs (2)
56
internal void PopulateAllowedCodePoints(in
AllowedBmpCodePointsBitmap
allowedBmpCodePoints)
86
internal void PopulatePreescapedData(in
AllowedBmpCodePointsBitmap
allowedCodePointsBmp, ScalarEscaperBase innerEncoder)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (3)
31
private readonly
AllowedBmpCodePointsBitmap
_allowedBmpCodePoints;
36
in
AllowedBmpCodePointsBitmap
allowedCodePointsBmp,
50
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
>();