2 instantiations of InternalEncoderBestFitFallback
mscorlib (2)
system\text\encoding.cs (2)
237this.encoderFallback = encoderFallback ?? new InternalEncoderBestFitFallback(this); 246this.encoderFallback = new InternalEncoderBestFitFallback(this);
4 references to InternalEncoderBestFitFallback
mscorlib (4)
system\text\encoderbestfitfallback.cs (4)
48InternalEncoderBestFitFallback that = value as InternalEncoderBestFitFallback; 66private InternalEncoderBestFitFallback oFallback; 86public InternalEncoderBestFitFallbackBuffer(InternalEncoderBestFitFallback fallback)