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