17 references to UTF8
System.Private.DataContractSerialization (17)
System\Xml\EncodingStreamWrapper.cs (17)
73if (declEnc == SupportedEncoding.UTF8) 126SupportedEncoding.UTF8 => DataContractSerializer.ValidatingUTF8, 135SupportedEncoding.UTF8 => DataContractSerializer.UTF8NoBom, 144SupportedEncoding.UTF8 => "utf-8", 155return SupportedEncoding.UTF8; 174if (_encodingCode != SupportedEncoding.UTF8) 231SupportedEncoding e = SupportedEncoding.UTF8; // Default 236e = SupportedEncoding.UTF8; 350if (e != SupportedEncoding.UTF8 && expectedEnc == SupportedEncoding.None) 364if (e != SupportedEncoding.UTF8 && expectedEnc == SupportedEncoding.None) 390declEnc = SupportedEncoding.UTF8; 402if (e == SupportedEncoding.UTF8) 454if (declEnc == SupportedEncoding.UTF8) 577if (_byteCount == 0 && _encodingCode == SupportedEncoding.UTF8) 593if (_encodingCode == SupportedEncoding.UTF8) 677if (_encodingCode == SupportedEncoding.UTF8) 689if (_encodingCode == SupportedEncoding.UTF8)