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