6 references to HexDecodeMap
System.Net.Mail (6)
System\Net\Mime\QuotedPrintableStream.cs (6)
123byte b1 = HexDecodeMap[source[0]]; 124byte b2 = HexDecodeMap[source[1]]; 140byte b1 = HexDecodeMap[ReadState.Byte]; 141byte b2 = HexDecodeMap[*source]; 185byte b1 = HexDecodeMap[source[1]]; 186byte b2 = HexDecodeMap[source[2]];