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