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

UsedNonRequiredTypeIsKeptWithSingleMethod.xml « LinkXml « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03b30a4edbfa4f174866046f05619810cc964050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<linker>
  <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
    <type fullname="Mono.Linker.Tests.Cases.LinkXml.UsedNonRequiredTypeIsKeptWithSingleMethod/Unused" preserve="fields" required="false" >
      <method signature="System.Void PreservedMethod()" />
    </type>

    <type fullname="Mono.Linker.Tests.Cases.LinkXml.UsedNonRequiredTypeIsKeptWithSingleMethod/ReallyUnused" preserve="fields" required="false" >
      <method signature="System.Void PreservedMethod()" />
    </type>

  </assembly>
</linker>