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