13 references to UTF8
System.Private.DataContractSerialization (13)
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (13)
137
if (dataEnc == SupportedEncoding.
UTF8
)
173
if (_encodingCode == SupportedEncoding.
UTF8
)
218
if (_byteCount == 0 && _encodingCode == SupportedEncoding.
UTF8
)
248
if (_encodingCode == SupportedEncoding.
UTF8
)
269
if (_encodingCode == SupportedEncoding.
UTF8
)
281
SupportedEncoding.
UTF8
=> DataContractSerializer.ValidatingUTF8,
290
SupportedEncoding.
UTF8
=> "utf-8",
304
return SupportedEncoding.
UTF8
;
334
return SupportedEncoding.
UTF8
;
350
return SupportedEncoding.
UTF8
;
366
return SupportedEncoding.
UTF8
;
463
if (dataEnc != SupportedEncoding.
UTF8
)
490
if (_encodingCode != SupportedEncoding.
UTF8
)