6 references to hexDecodeMap
System (6)
net\System\Net\mail\QEncodedStream.cs (6)
135
byte b1 =
hexDecodeMap
[source[0]];
136
byte b2 =
hexDecodeMap
[source[1]];
152
byte b1 =
hexDecodeMap
[ReadState.Byte];
153
byte b2 =
hexDecodeMap
[*source];
205
byte b1 =
hexDecodeMap
[source[1]];
206
byte b2 =
hexDecodeMap
[source[2]];