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

BodiesWithSubstitutions.xml « UnreachableBlock « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4a8704019b735514cfa92d6f6cb2471c2d7bd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<linker>
  <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
    <type fullname="Mono.Linker.Tests.Cases.UnreachableBlock.BodiesWithSubstitutions">
      <method signature="System.Int32 get_Property()" body="stub" value="3">
      </method>
      <method signature="System.Boolean get_CollisionProperty()" body="stub" value="false">
      </method>
      <method signature="System.Boolean get_NoInliningProperty()" body="stub" value="false">
      </method>
      <method signature="System.Boolean get_IntrinsicProperty()" body="stub" value="false">
      </method>
    </type>
    <type fullname="Mono.Linker.Tests.Cases.UnreachableBlock.BodiesWithSubstitutions/ClassWithField">
      <field name="SField" value="9"/>
    </type>
  </assembly>
</linker>