1 instantiation of InternalEncoderBestFitFallback
System.Text.Encoding.CodePages (1)
System\Text\BaseCodePageEncoding.cs (1)
63
: base(codepage, new
InternalEncoderBestFitFallback
(null!), new InternalDecoderBestFitFallback(null!)) // pass in null but then immediately set values to this
4 references to InternalEncoderBestFitFallback
System.Text.Encoding.CodePages (4)
System\Text\BaseCodePageEncoding.cs (1)
65
((
InternalEncoderBestFitFallback
)EncoderFallback).encoding = this;
System\Text\EncoderBestFitFallback.cs (3)
36
value is
InternalEncoderBestFitFallback
that && encoding.CodePage == that.encoding.CodePage;
45
private readonly
InternalEncoderBestFitFallback
_oFallback;
65
public InternalEncoderBestFitFallbackBuffer(
InternalEncoderBestFitFallback
fallback)