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