Rename internal Utf8String to MdUtf8String (#17856)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 2 May 2018 03:30:22 +0000 (20:30 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 2 May 2018 03:30:22 +0000 (20:30 -0700)
commitfcb04373e2015ae12b55f33fdd0dd4580110db98
tree3ba8aaeec6a06444f3999de902944de58e552a8b
parentfc36988f5417dc600bce75a530e4c9297ec589b2
Rename internal Utf8String to MdUtf8String (#17856)

We want to start prototyping Utf8String in CoreFxLab
and for that, we'll need a bare-bones System.Utf8String
class exposed from System.Private.CoreLib.

Unfortunately, CoreLib already has an internal
struct named System.Utf8String. Since it's only
an internal type, we'll exercise eminent domain
on its name now and get these noise changes out of
the way.
src/mscorlib/src/System/Reflection/MdImport.cs
src/mscorlib/src/System/Reflection/RuntimeEventInfo.cs
src/mscorlib/src/System/Reflection/RuntimePropertyInfo.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/RuntimeHandles.cs
src/vm/ecalllist.h
src/vm/runtimehandles.cpp
src/vm/runtimehandles.h