6 references to hexDecodeMap
System (6)
net\System\Net\mail\QuotedPrintableStream.cs (6)
158byte b1 = hexDecodeMap[source[0]]; 159byte b2 = hexDecodeMap[source[1]]; 175byte b1 = hexDecodeMap[ReadState.Byte]; 176byte b2 = hexDecodeMap[*source]; 220byte b1 = hexDecodeMap[source[1]]; 221byte b2 = hexDecodeMap[source[2]];