3 writes to Byte
System (3)
net\System\Net\mail\QEncodedStream.cs (3)
128
ReadState.
Byte
= *source;
164
ReadState.
Byte
= -1;
197
ReadState.
Byte
= source[1];
3 references to Byte
System (3)
net\System\Net\mail\QEncodedStream.cs (3)
121
if (ReadState.
Byte
== -1)
150
if (ReadState.
Byte
!= '\r' || *source != '\n')
152
byte b1 = hexDecodeMap[ReadState.
Byte
];