9 references to AllowedBmpCodePointsBitmap
System.Text.Encodings.Web (9)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ascii.cs (2)
56internal void PopulateAllowedCodePoints(in AllowedBmpCodePointsBitmap allowedBmpCodePoints) 86internal void PopulatePreescapedData(in AllowedBmpCodePointsBitmap allowedCodePointsBmp, ScalarEscaperBase innerEncoder)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (3)
30private readonly AllowedBmpCodePointsBitmap _allowedBmpCodePoints; 35in AllowedBmpCodePointsBitmap allowedCodePointsBmp, 49allowedCodePointsBmp = ref Unsafe.NullRef<AllowedBmpCodePointsBitmap>();
System\Text\Encodings\Web\TextEncoderSettings.cs (4)
15private AllowedBmpCodePointsBitmap _allowedCodePointsBitmap; 217internal ref readonly AllowedBmpCodePointsBitmap GetAllowedCodePointsBitmap() 227StrongBox<AllowedBmpCodePointsBitmap> newBitmap = new StrongBox<AllowedBmpCodePointsBitmap>();