6 references to HexDecodeMap
System.Net.Mail (6)
System\Net\Mime\QEncodedStream.cs (6)
94byte b1 = HexDecodeMap[source[0]]; 95byte b2 = HexDecodeMap[source[1]]; 111byte b1 = HexDecodeMap[ReadState.Byte]; 112byte b2 = HexDecodeMap[*source]; 164byte b1 = HexDecodeMap[source[1]]; 165byte b2 = HexDecodeMap[source[2]];