Skip to content

Commit

Permalink
Trim RefSafetyRulesAttribute when trimming aggressively (#88717)
Browse files Browse the repository at this point in the history
This is another attribute that Roslyn uses for its own purposes only.
  • Loading branch information
MichalStrehovsky committed Jul 13, 2023
1 parent d08eff5 commit 9be6fcc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
<type fullname="System.Runtime.CompilerServices.ScopedRefAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>
<type fullname="System.Runtime.CompilerServices.RefSafetyRulesAttribute">
<attribute internal="RemoveAttributeInstances" />
</type>

<!-- Microsoft.CodeAnalysis -->
<type fullname="Microsoft.CodeAnalysis.EmbeddedAttribute">
Expand Down

0 comments on commit 9be6fcc

Please sign in to comment.