Move the easy files in System\Reflection to the shared partition. (dotnet/coreclr...
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>
Wed, 22 Mar 2017 18:16:35 +0000 (11:16 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 23 Mar 2017 21:07:30 +0000 (21:07 +0000)
commitf7046a0bd00c0607330d2735884b330d8e6e87cd
treee9959ff7114e37027e55dcae52a7190b1bfecb43
parenta1a15594564fae806e4c5131da4e339b1bab6970
Move the easy files in System\Reflection to the shared partition. (dotnet/coreclr#3060)

* Prepare the "easy" System\Reflection .cs files for move to shared partition

Files to be moved the shared partition (after https://github.com/dotnet/coreclr/pull/10387 side is in)

AmbiguousMatchException.cs
AssemblyAttributes.cs
AssemblyContentType.cs
AssemblyNameFlags.cs
Binder.cs
BindingFlags.cs
CallingConventions.cs
CustomAttributeFormatException.cs
DefaultMemberAttribute.cs
EventAttributes.cs
ExceptionHandlingClauseOptions.cs
FieldAttributes.cs
GenericParameterAttributes.cs
ICustomAttributeProvider.cs
ImageFileMachine.cs
InterfaceMapping.cs
IntrospectionExtensions.cs
InvalidFilterCriteriaException.cs
IReflectableType.cs
ManifestResourceInfo.cs
MemberFilter.cs
MemberTypes.cs
MethodAttributes.cs
MethodImplAttributes.cs
Missing.cs
ModuleResolveEventHandler.cs
ParameterAttributes.cs
ParameterModifier.cs
PortableExecutableKinds.cs
ProcessorArchitecture.cs
PropertyAttributes.cs
ReflectionContext.cs
ReflectionTypeLoadException.cs
ResourceAttributes.cs
ResourceLocation.cs
StrongNameKeyPair.cs
TargetException.cs
TargetInvocationException.cs
TargetParameterCountException.cs
TypeAttributes.cs
TypeFilter.cs

* Prepare the "easy" System\Reflection .cs files for move to shared partition

Files to be moved the shared partition (after https://github.com/dotnet/coreclr/pull/10387 side is in)

AmbiguousMatchException.cs
AssemblyAttributes.cs
AssemblyContentType.cs
AssemblyNameFlags.cs
Binder.cs
BindingFlags.cs
CallingConventions.cs
CustomAttributeFormatException.cs
DefaultMemberAttribute.cs
EventAttributes.cs
ExceptionHandlingClauseOptions.cs
FieldAttributes.cs
GenericParameterAttributes.cs
ICustomAttributeProvider.cs
ImageFileMachine.cs
InterfaceMapping.cs
IntrospectionExtensions.cs
InvalidFilterCriteriaException.cs
IReflectableType.cs
ManifestResourceInfo.cs
MemberFilter.cs
MemberTypes.cs
MethodAttributes.cs
MethodImplAttributes.cs
Missing.cs
ModuleResolveEventHandler.cs
ParameterAttributes.cs
ParameterModifier.cs
PortableExecutableKinds.cs
ProcessorArchitecture.cs
PropertyAttributes.cs
ReflectionContext.cs
ReflectionTypeLoadException.cs
ResourceAttributes.cs
ResourceLocation.cs
StrongNameKeyPair.cs
TargetException.cs
TargetInvocationException.cs
TargetParameterCountException.cs
TypeAttributes.cs
TypeFilter.cs

* Move to shared.

Commit migrated from https://github.com/dotnet/coreclr/commit/cd6048c74e97caf3c46429992854074ecaccecf7
42 files changed:
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Reflection/AmbiguousMatchException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyContentType.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/AssemblyNameFlags.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/Binder.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/BindingFlags.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/CallingConventions.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/CustomAttributeFormatException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/DefaultMemberAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/EventAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ExceptionHandlingClauseOptions.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/FieldAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/GenericParameterAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ICustomAttributeProvider.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/IReflectableType.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ImageFileMachine.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/InterfaceMapping.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/IntrospectionExtensions.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/InvalidFilterCriteriaException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ManifestResourceInfo.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/MemberFilter.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/MemberTypes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/MethodAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/MethodImplAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/Missing.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ModuleResolveEventHandler.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ParameterAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ParameterModifier.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/PortableExecutableKinds.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ProcessorArchitecture.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/PropertyAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ReflectionContext.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ReflectionTypeLoadException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ResourceAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/ResourceLocation.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/StrongNameKeyPair.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TargetException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TargetInvocationException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TargetParameterCountException.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TypeAttributes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Reflection/TypeFilter.cs [new file with mode: 0644]