Enable generic attributes (#9189)
authorAvi Avni <avi.avni@gmail.com>
Tue, 17 Apr 2018 14:14:34 +0000 (17:14 +0300)
committerJan Kotas <jkotas@microsoft.com>
Tue, 17 Apr 2018 14:14:34 +0000 (07:14 -0700)
commit1d406b1a0ad54348dbdda4c9117897921d95f950
treec76cd400804ccee62a5565626b27427fd3609be8
parentbcfb0c959bbac65110c22b695e73249b8dddbd18
Enable generic attributes (#9189)
src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/vm/callhelpers.h
src/vm/customattribute.cpp
src/vm/customattribute.h
tests/src/reflection/GenericAttribute/GenericAttributeMetadata.cs [new file with mode: 0644]
tests/src/reflection/GenericAttribute/GenericAttributeMetadata.il [new file with mode: 0644]
tests/src/reflection/GenericAttribute/GenericAttributeMetadata.ilproj [new file with mode: 0644]
tests/src/reflection/GenericAttribute/GenericAttributeTests.cs [new file with mode: 0644]
tests/src/reflection/GenericAttribute/GenericAttributeTests.csproj [new file with mode: 0644]