1 write to _htmlDecodeConformance
System (1)
net\System\Net\WebUtility.cs (1)
338_htmlDecodeConformance = decodingConformance;
3 references to _htmlDecodeConformance
System (3)
net\System\Net\WebUtility.cs (3)
308if (_htmlDecodeConformance != UnicodeDecodingConformance.Auto) { 309return _htmlDecodeConformance; 340return _htmlDecodeConformance;