2 references to InternalDecoderBestFitFallback
mscorlib (2)
system\text\encoding.cs (2)
238
this.decoderFallback = decoderFallback ?? new
InternalDecoderBestFitFallback
(this);
247
this.decoderFallback = new
InternalDecoderBestFitFallback
(this);