4 implementations of DecodeBytes
System.Net.Mail (4)
System\Net\Base64Stream.cs (1)
80public unsafe int DecodeBytes(Span<byte> buffer)
System\Net\Mime\EightBitStream.cs (1)
123public int DecodeBytes(Span<byte> buffer) { throw new NotImplementedException(); }
System\Net\Mime\QEncodedStream.cs (1)
64public unsafe int DecodeBytes(Span<byte> buffer)
System\Net\Mime\QuotedPrintableStream.cs (1)
93public unsafe int DecodeBytes(Span<byte> buffer)
1 reference to DecodeBytes
System.Net.Mail (1)
System\Net\Mime\MimeBasePart.cs (1)
81newLength = s.DecodeBytes(buffer);