10 overrides of GetDecoder
dotnet-svcutil-lib (1)
System.Console (1)
System.Private.CoreLib (6)
System.Private.Xml (1)
System.Text.Encoding.CodePages (1)
36 references to GetDecoder
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.SignalR.Common (1)
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Microsoft.AspNetCore.WebUtilities (1)
Microsoft.Build (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.VisualBasic.Core (2)
MSBuild (1)
MSBuildTaskHost (1)
System.Console (3)
System.Diagnostics.Process (1)
System.IO.Ports (3)
System.Memory (4)
System\Text\EncodingExtensions.cs (4)
246Convert(encoding.GetDecoder(), bytes, writer, flush: true, out long totalCharsWritten, out _);
275Convert(encoding.GetDecoder(), bytes, writer, flush: true, out long charsWritten, out _);
308Decoder decoder = encoding.GetDecoder();
348Decoder decoder = encoding.GetDecoder();
System.Net.Requests (2)
System.Private.CoreLib (8)
System.Private.Xml (1)