3 references to unicodeDecodingConformance
System (3)
net\System\Net\Configuration\WebUtilityElement.cs (3)
27
this.properties.Add(this.
unicodeDecodingConformance
);
34
return (UnicodeDecodingConformance)this[this.
unicodeDecodingConformance
];
37
this[this.
unicodeDecodingConformance
] = value;