Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 46b04e3

Browse files
committed
Use StrongBox<object> instead of ExplicitBox.
Addresses DevDiv 1187046. [tfs-changeset: 1489519]
1 parent f872614 commit 46b04e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Microsoft.CSharp/src/Resources/Microsoft.CSharp.rd.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
</Namespace>
9292
</Assembly>
9393

94-
<Type Name="System.Reflection.Missing" Dynamic="Required All" />
94+
<Assembly Name="System.Runtime.InteropServices">
95+
<Type Name="System.Reflection.Missing" Dynamic="Required All" />
96+
</Assembly>
9597
</Library>
9698
</Directives>

0 commit comments

Comments
 (0)