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