6 references to hexDecodeMap
System (6)
net\System\Net\mail\QuotedPrintableStream.cs (6)
158
byte b1 =
hexDecodeMap
[source[0]];
159
byte b2 =
hexDecodeMap
[source[1]];
175
byte b1 =
hexDecodeMap
[ReadState.Byte];
176
byte b2 =
hexDecodeMap
[*source];
220
byte b1 =
hexDecodeMap
[source[1]];
221
byte b2 =
hexDecodeMap
[source[2]];