Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #32491 from ericstj/dontTrimIMarshal
Browse files Browse the repository at this point in the history
Don't trim IMarshal
  • Loading branch information
ericstj authored Sep 26, 2018
2 parents aabdfb7 + 77bd7bc commit 2bb6824
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/System.Runtime.InteropServices/src/ILLinkTrim.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<linker>
<assembly fullname="System.Runtime.InteropServices">
<!-- IMarshal is internal and never directly called, but needed by COM -->
<type fullname="System.Runtime.InteropServices.IMarshal" />
</assembly>
</linker>

0 comments on commit 2bb6824

Please sign in to comment.