Fixing more file-class correspondence violations. (dotnet/coreclr#10231)
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Thu, 16 Mar 2017 19:27:56 +0000 (12:27 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2017 19:27:56 +0000 (12:27 -0700)
commit5e768789c34d87f63db20b0655046e6231c89ee0
treed588b95afabbc2c91f49356612468452e0cddda6
parenta558f1d3c6acc265b3ebc0c4a78ef1b0859d1924
Fixing more file-class correspondence violations. (dotnet/coreclr#10231)

* Cloned files.

* Reduce each file to its namesake class.

* Cleanup

* Fix build break.

Commit migrated from https://github.com/dotnet/coreclr/commit/a3cd6bc2cde83c5e9a87253cd5fe7ed8aaafbde3
24 files changed:
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/src/System/Reflection/Assembly.cs
src/coreclr/src/mscorlib/src/System/Reflection/ConstructorInfo.CoreCLR.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/ConstructorInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/EventInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/FieldInfo.CoreCLR.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/FieldInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/ImageFileMachine.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/MdFieldInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/MethodInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/Module.cs
src/coreclr/src/mscorlib/src/System/Reflection/ModuleResolveEventHandler.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/ParameterInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/PortableExecutableKinds.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/PropertyInfo.cs
src/coreclr/src/mscorlib/src/System/Reflection/RtFieldInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeAssembly.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeConstructorInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeEventInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeFieldInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeMethodInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeModule.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimeParameterInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Reflection/RuntimePropertyInfo.cs [new file with mode: 0644]