2 instantiations of InternalDecoderBestFitFallback
mscorlib (2)
system\text\encoding.cs (2)
238this.decoderFallback = decoderFallback ?? new InternalDecoderBestFitFallback(this); 247this.decoderFallback = new InternalDecoderBestFitFallback(this);
5 references to InternalDecoderBestFitFallback
mscorlib (5)
system\text\dbcscodepageencoding.cs (1)
115((InternalDecoderBestFitFallback)(this.DecoderFallback)).cReplacement = charUnknown;
system\text\decoderbestfitfallback.cs (4)
48InternalDecoderBestFitFallback that = value as InternalDecoderBestFitFallback; 68private InternalDecoderBestFitFallback oFallback; 86public InternalDecoderBestFitFallbackBuffer(InternalDecoderBestFitFallback fallback)