3 writes to Byte
System.Net.Mail (3)
System\Net\Mime\QEncodedStream.cs (3)
87ReadState.Byte = buffer[source]; 123ReadState.Byte = -1; 156ReadState.Byte = buffer[source + 1];
4 references to Byte
System.Net.Mail (4)
System\Net\Mime\QEncodedStream.cs (4)
80if (ReadState.Byte == -1) 109if (ReadState.Byte != '\r' || buffer[source] != '\n') 111byte b1 = HexDecodeMap[ReadState.Byte]; 114throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)ReadState.Byte));