6 instantiations of DecoderExceptionFallback
mscorlib (1)
system\text\decoderfallback.cs (1)
61exceptionFallback = new DecoderExceptionFallback();
System (1)
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
54ansiEncoding = Encoding.GetEncoding(0, new EncoderExceptionFallback(), new DecoderExceptionFallback());
System.Data.Services (2)
System\Data\Services\HttpProcessUtility.cs (2)
56return Encoding.GetEncoding("ISO-8859-1", new EncoderExceptionFallback(), new DecoderExceptionFallback()); 263var decoderFallback = new DecoderExceptionFallback();
System.Data.Services.Client (1)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
56return Encoding.GetEncoding("ISO-8859-1", new EncoderExceptionFallback(), new DecoderExceptionFallback());
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDefaults.cs (1)
56internal static readonly Encoding Encoding = Encoding.GetEncoding(TextEncoderDefaults.EncodingString, new EncoderExceptionFallback(), new DecoderExceptionFallback());
3 references to DecoderExceptionFallback
mscorlib (2)
system\text\decoderexceptionfallback.cs (2)
38DecoderExceptionFallback that = value as DecoderExceptionFallback;
System.Data.Services (1)
System\Data\Services\HttpProcessUtility.cs (1)
263var decoderFallback = new DecoderExceptionFallback();