2 references to InternalEncoderBestFitFallback
mscorlib (2)
system\text\encoding.cs (2)
237
this.encoderFallback = encoderFallback ?? new
InternalEncoderBestFitFallback
(this);
246
this.encoderFallback = new
InternalEncoderBestFitFallback
(this);