11 instantiations of EncoderExceptionFallback
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (4)
101(new EncoderExceptionFallback()).CreateFallbackBuffer().Fallback(charUnknown, index); 114EncoderFallbackBuffer errorFallbackBuffer = (new EncoderExceptionFallback()).CreateFallbackBuffer(); 131(new EncoderExceptionFallback()).CreateFallbackBuffer().Fallback(charUnknownHigh, charUnknownLow, index); 143EncoderFallbackBuffer errorFallbackBuffer = (new EncoderExceptionFallback()).CreateFallbackBuffer();
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
19private static readonly Encoding s_ansiEncoding = Encoding.GetEncoding(0, new EncoderExceptionFallback(), new DecoderExceptionFallback());
System.Net.Security (1)
System\Net\Security\TlsFrameHelper.cs (1)
169private static readonly Encoding s_encoding = Encoding.GetEncoding("utf-8", new EncoderExceptionFallback(), new DecoderExceptionFallback());
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
12internal static readonly EncoderExceptionFallback s_default = new EncoderExceptionFallback();
System.Private.Xml (4)
System\Xml\Core\CharEntityEncoderFallback.cs (4)
68(new EncoderExceptionFallback()).CreateFallbackBuffer().Fallback(charUnknown, index); 80EncoderFallbackBuffer errorFallbackBuffer = (new EncoderExceptionFallback()).CreateFallbackBuffer(); 96(new EncoderExceptionFallback()).CreateFallbackBuffer().Fallback(charUnknownHigh, charUnknownLow, index); 107EncoderFallbackBuffer errorFallbackBuffer = (new EncoderExceptionFallback()).CreateFallbackBuffer();
7 references to EncoderExceptionFallback
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1099[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))]
netstandard (1)
netstandard.cs (1)
2034[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))]
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (2)
12internal static readonly EncoderExceptionFallback s_default = new EncoderExceptionFallback(); 26value is EncoderExceptionFallback;
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
15public static EncoderFallback ExceptionFallback => EncoderExceptionFallback.s_default;
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
788[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))]
System.Text.Encoding (1)
System.Text.Encoding.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderExceptionFallback))]