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