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