Move some CustomAttribute related types to shared (#23651)
authorEgor Bogatov <egorbo@gmail.com>
Tue, 28 May 2019 18:12:01 +0000 (21:12 +0300)
committerJan Kotas <jkotas@microsoft.com>
Tue, 28 May 2019 18:12:01 +0000 (11:12 -0700)
commit89517b04ae89a39b4bde720f8cca87cfa4f12d2e
treeb1785d84afb00b7a61a4046f8eecf9423e2f505f
parent4f325ce1a17a5ec5a0ac424cded0c98f268605f1
Move some CustomAttribute related types to shared (#23651)
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Reflection/CustomAttributeExtensions.cs [moved from src/System.Private.CoreLib/src/System/Reflection/CustomAttributeExtensions.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Reflection/CustomAttributeNamedArgument.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Reflection/CustomAttributeTypedArgument.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs