Skip to content

Commit bf56a7c

Browse files
Allow trimming away ScopedRefAttribute. (#72814)
1 parent bf362e8 commit bf56a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/System.Private.CoreLib/src/ILLink/ILLink.LinkAttributes.Shared.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@
314314
<type fullname="System.Runtime.CompilerServices.NativeIntegerAttribute">
315315
<attribute internal="RemoveAttributeInstances" />
316316
</type>
317+
<type fullname="System.Runtime.CompilerServices.ScopedRefAttribute">
318+
<attribute internal="RemoveAttributeInstances" />
319+
</type>
317320

318321
<!-- Microsoft.CodeAnalysis -->
319322
<type fullname="Microsoft.CodeAnalysis.EmbeddedAttribute">

0 commit comments

Comments
 (0)