Skip to content

Commit

Permalink
Move AssemblyExtensions.GetApplyUpdateCapabilities to be guarded by D…
Browse files Browse the repository at this point in the history
…ebugger.IsSupported (#51994)
  • Loading branch information
eerhardt authored Apr 28, 2021
1 parent e9a546c commit 10c9f15
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,16 @@
<!-- Methods is used by VS Tasks Window. -->
<method name="GetActiveTaskFromId" />
</type>

<!-- methods used by hot reload -->
<type fullname="System.Reflection.Metadata.AssemblyExtensions">
<method name="GetApplyUpdateCapabilities" />
</type>
</assembly>

<assembly fullname="System.Private.CoreLib" feature="System.Diagnostics.Tracing.EventSource.IsSupported" featurevalue="true" featuredefault="true">
<type fullname="System.Diagnostics.Tracing.RuntimeEventSource">
<method signature="System.Void Initialize()" />
</type>
</assembly>

<!-- methods used by hot reload.
TODO: once there's a feature flag, add it to the linker descriptor
-->
<assembly fullname="System.Private.CoreLib">
<type fullname="System.Reflection.Metadata.AssemblyExtensions">
<method name="GetApplyUpdateCapabilities" />
</type>
</assembly>
</linker>

0 comments on commit 10c9f15

Please sign in to comment.