3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
116
ReadState.
Byte
= *source;
152
ReadState.
Byte
= -1;
177
ReadState.
Byte
= source[1];
3 references to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
109
if (ReadState.
Byte
== -1)
138
if (ReadState.
Byte
!= '\r' || *source != '\n')
140
byte b1 = HexDecodeMap[ReadState.
Byte
];