2 references to
System.Text.Encoding.CodePages (2)
System\Text\BaseCodePageEncoding.cs (2)
63: base(codepage, new InternalEncoderBestFitFallback(null!), new InternalDecoderBestFitFallback(null!)) // pass in null but then immediately set values to this 74: base(codepage, enc, dec)