Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UnusedMethodPreservedByLinkXmlIsKept.xml « LinkXml « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16e3047b3f55bc7b613dc888e664e0be07255768 (plain)
1
2
3
4
5
6
7
8
9
10
11
<linker>
  <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
    <type fullname="Mono.Linker.Tests.Cases.LinkXml.UnusedMethodPreservedByLinkXmlIsKept/Unused">
      <method signature="System.Void PreservedMethod()" />
      <method signature="System.Void PreservedMethod2(System.Int32,System.String)" />
      <method name="PreservedMethod3" />
      <method signature="System.Void PreservedMethod4(System.Collections.Generic.List`1&lt;System.Int32&gt;)" />
      <method signature="System.Void PreservedMethod5(T)" />
    </type>
  </assembly>
</linker>