3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
115
ReadState.
Byte
= *source;
151
ReadState.
Byte
= -1;
176
ReadState.
Byte
= source[1];
3 references to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
108
if (ReadState.
Byte
== -1)
137
if (ReadState.
Byte
!= '\r' || *source != '\n')
139
byte b1 = HexDecodeMap[ReadState.
Byte
];