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