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