3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QuotedPrintableStream.cs (3)
116ReadState.Byte = buffer[source]; 152ReadState.Byte = -1; 177ReadState.Byte = buffer[source + 1];
4 references to Byte
System.Net.Mail (4)
System\Net\Mime\QuotedPrintableStream.cs (4)
109if (ReadState.Byte == -1) 138if (ReadState.Byte != '\r' || buffer[source] != '\n') 140byte b1 = HexDecodeMap[ReadState.Byte]; 143throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)ReadState.Byte));