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

EmbeddedSubstitutions.xml « Dependencies « Substitutions « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00c9a0e583a732412f0b4f6f68f867133bb99cf1 (plain)
1
2
3
4
5
6
7
8
9
10
<linker>
  <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
    <type fullname="Mono.Linker.Tests.Cases.Substitutions.EmbeddedSubstitutions">
      <method signature="System.Void ConvertToThrowMethod()" body="remove" />
    </type>
  </assembly>
  <type fullname="Mono.Linker.Tests.Cases.Substitutions.EmbeddedSubstitutions">
    <method signature="System.Void ConvertToThrowMethod2()" body="remove" />
  </type>
</linker>