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