11 instantiations of EncoderExceptionFallback
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (4)
101
(new
EncoderExceptionFallback
()).CreateFallbackBuffer().Fallback(charUnknown, index);
114
EncoderFallbackBuffer errorFallbackBuffer = (new
EncoderExceptionFallback
()).CreateFallbackBuffer();
131
(new
EncoderExceptionFallback
()).CreateFallbackBuffer().Fallback(charUnknownHigh, charUnknownLow, index);
143
EncoderFallbackBuffer errorFallbackBuffer = (new
EncoderExceptionFallback
()).CreateFallbackBuffer();
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
19
private static readonly Encoding s_ansiEncoding = Encoding.GetEncoding(0, new
EncoderExceptionFallback
(), new DecoderExceptionFallback());
System.Net.Security (1)
System\Net\Security\TlsFrameHelper.cs (1)
169
private 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)
12
internal static readonly EncoderExceptionFallback s_default = new
EncoderExceptionFallback
();
System.Private.Xml (4)
System\Xml\Core\CharEntityEncoderFallback.cs (4)
68
(new
EncoderExceptionFallback
()).CreateFallbackBuffer().Fallback(charUnknown, index);
80
EncoderFallbackBuffer errorFallbackBuffer = (new
EncoderExceptionFallback
()).CreateFallbackBuffer();
96
(new
EncoderExceptionFallback
()).CreateFallbackBuffer().Fallback(charUnknownHigh, charUnknownLow, index);
107
EncoderFallbackBuffer 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)
12
internal static readonly
EncoderExceptionFallback
s_default = new EncoderExceptionFallback();
26
value is
EncoderExceptionFallback
;
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (1)
15
public 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
))]