3 references to UTF8Encoding
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (3)
372return UTF8Encoding.GetString(buffer, offset, count); 397return UTF8Encoding.GetBytes(value); 409return UTF8Encoding.GetChars(buffer, offset, count, chars, charOffset);