Skip to content

Commit b463ce2

Browse files
authored
Update Mono CoreLib LinkerDescriptor to match CoreCLR (#37257)
#36715 and #37083 modified the CoreCLR version of CoreLib's linker descriptor file, but left them in the Mono version. #37255 will address sharing the duplicated parts of these files.
1 parent 8f92c59 commit b463ce2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mono/netcore/System.Private.CoreLib/src/LinkerDescriptor/System.Private.CoreLib.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -790,21 +790,16 @@
790790
<!-- Accessed via private reflection and by native code. -->
791791
<type fullname="System.Diagnostics.Tracing.RuntimeEventSource" />
792792
<type fullname="System.Diagnostics.Tracing.NativeRuntimeEventSource" />
793-
<!-- Accessed via reflection in TraceLogging-style EventSource events. -->
794-
<type fullname="*f__AnonymousType*" />
795793
<type fullname="System.Diagnostics.Tracing.PropertyValue/ReferenceTypeHelper`1">
796794
<!-- Instantiated via reflection -->
797795
<method name=".ctor" />
798796
</type>
799797
<!-- Accessed via native code. -->
800798
<type fullname="System.Runtime.InteropServices.ComTypes.IEnumerable" />
801799
<type fullname="System.Runtime.InteropServices.CustomMarshalers.*" />
802-
<!-- Accessed by the WinRT Host -->
803-
<type fullname="Internal.Runtime.InteropServices.WindowsRuntime.ActivationFactoryLoader" />
804800
<!-- Workaround for https://github.com/mono/linker/issues/378 -->
805801
<type fullname="System.Runtime.InteropServices.IDispatch" />
806802
<type fullname="Internal.Runtime.InteropServices.IClassFactory2" />
807-
<type fullname="Windows.Foundation.Diagnostics.TracingStatusChangedEventArgs" />
808803
<type fullname="System.Threading.ThreadPoolBoundHandle">
809804
<!-- Workaround to keep .interfaceimpl even though this type
810805
is not instantiated on unix:

0 commit comments

Comments
 (0)