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