3 writes to Byte
System (3)
net\System\Net\mail\QuotedPrintableStream.cs (3)
151
ReadState.
Byte
= *source;
187
ReadState.
Byte
= -1;
212
ReadState.
Byte
= source[1];
3 references to Byte
System (3)
net\System\Net\mail\QuotedPrintableStream.cs (3)
144
if (ReadState.
Byte
== -1)
173
if (ReadState.
Byte
!= '\r' || *source != '\n')
175
byte b1 = hexDecodeMap[ReadState.
Byte
];