4 references to s_encodingUTF8
System.Private.DataContractSerialization (4)
System\Xml\EncodingStreamWrapper.cs (4)
388
if (encCount ==
s_encodingUTF8
.Length && CompareCaseInsensitive(
s_encodingUTF8
, buffer, encStart))
403
ThrowEncodingMismatch(DataContractSerializer.UTF8NoBom.GetString(buffer, encStart, encCount), DataContractSerializer.UTF8NoBom.GetString(
s_encodingUTF8
, 0,
s_encodingUTF8
.Length));