9 types derived from Decoder
dotnet-svcutil-lib (3)
System.Private.CoreLib (2)
System.Private.Xml (3)
System.Text.Encoding.CodePages (1)
55 references to Decoder
dotnet-svcutil-lib (4)
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.VisualBasic.Core (2)
MSBuild (1)
MSBuildTaskHost (1)
mscorlib (1)
netstandard (1)
System.Console (3)
System.Diagnostics.Process (1)
System.IO.Ports (2)
System.Memory (6)
System\Text\EncodingExtensions.cs (6)
308Decoder decoder = encoding.GetDecoder();
348Decoder decoder = encoding.GetDecoder();
496/// <param name="decoder">The <see cref="Decoder"/> instance which can convert <see langword="byte"/>s to <see langword="char"/>s.</param>
507public static void Convert(this Decoder decoder, ReadOnlySpan<byte> bytes, IBufferWriter<char> writer, bool flush, out long charsUsed, out bool completed)
544/// <param name="decoder">The <see cref="Decoder"/> instance which can convert <see langword="byte"/>s to <see langword="char"/>s.</param>
555public static void Convert(this Decoder decoder, in ReadOnlySequence<byte> bytes, IBufferWriter<char> writer, bool flush, out long charsUsed, out bool completed)
System.Net.Requests (1)
System.Private.CoreLib (12)
System.Private.DataContractSerialization (3)
System.Private.Xml (2)
System.Runtime (1)
System.Text.Encoding (1)
System.Text.Encoding.CodePages (5)