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

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