1 write to exceptionFallback
mscorlib (1)
system\text\decoderfallback.cs (1)
61exceptionFallback = new DecoderExceptionFallback();
3 references to exceptionFallback
mscorlib (3)
system\text\decoderfallback.cs (3)
58if (exceptionFallback == null) 60if (exceptionFallback == null) 63return exceptionFallback;