4 references to encodingUTF8
System.Runtime.Serialization (4)
System\Xml\EncodingStreamWrapper.cs (4)
414
if (encCount ==
encodingUTF8
.Length && CompareCaseInsensitive(
encodingUTF8
, buffer, encStart))
429
ThrowEncodingMismatch(SafeUTF8.GetString(buffer, encStart, encCount), SafeUTF8.GetString(
encodingUTF8
, 0,
encodingUTF8
.Length));