3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QEncodedStream.cs (3)
86
ReadState.
Byte
= *source;
122
ReadState.
Byte
= -1;
155
ReadState.
Byte
= source[1];
3 references to Byte
System.Net.Mail (3)
System\Net\Mime\QEncodedStream.cs (3)
79
if (ReadState.
Byte
== -1)
108
if (ReadState.
Byte
!= '\r' || *source != '\n')
110
byte b1 = HexDecodeMap[ReadState.
Byte
];