14 references to UTF8
System.Runtime.Serialization (14)
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (14)
162
dataEnc = SupportedEncoding.
UTF8
;
174
if (dataEnc == SupportedEncoding.
UTF8
)
208
if (encodingCode == SupportedEncoding.
UTF8
)
250
if (byteCount == 0 && encodingCode == SupportedEncoding.
UTF8
)
275
if (encodingCode == SupportedEncoding.
UTF8
)
294
if (encodingCode == SupportedEncoding.
UTF8
)
307
case SupportedEncoding.
UTF8
:
326
case SupportedEncoding.
UTF8
:
349
return SupportedEncoding.
UTF8
;
384
return SupportedEncoding.
UTF8
;
487
if (dataEnc != SupportedEncoding.
UTF8
)
515
if (this.encodingCode != SupportedEncoding.
UTF8
)
534
e = SupportedEncoding.
UTF8
;
539
e = SupportedEncoding.
UTF8
;