3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
116
ReadState.
Byte
= buffer[source];
152
ReadState.
Byte
= -1;
177
ReadState.
Byte
= buffer[source + 1];
4 references to Byte
System.Net.Mail (4)
System\Net\Mime\QuotedPrintableStream.cs (4)
109
if (ReadState.
Byte
== -1)
138
if (ReadState.
Byte
!= '\r' || buffer[source] != '\n')
140
byte b1 = HexDecodeMap[ReadState.
Byte
];
143
throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)ReadState.
Byte
));