8 references to AllowedBmpCodePointsBitmap
System.Text.Encodings.Web (8)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.Ascii.cs (1)
26internal void PopulatePreescapedData(in AllowedBmpCodePointsBitmap allowedCodePointsBmp, ScalarEscaperBase innerEncoder)
System\Text\Encodings\Web\OptimizedInboxTextEncoder.cs (3)
22private readonly AllowedBmpCodePointsBitmap _allowedBmpCodePoints; 32in AllowedBmpCodePointsBitmap allowedCodePointsBmp, 46allowedCodePointsBmp = 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>();