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

OnMethod.xml « FeatureExclude « LinkXml « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5aaf4c06f2aa657ba3f8e17a19f8ab83680f1177 (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.LinkXml.FeatureExclude.OnMethod">
            <method signature="System.Void FeatureOne()" feature="one"/>
        </type>
        <type fullname="Mono.Linker.Tests.Cases.LinkXml.FeatureExclude.OnMethod">
            <method signature="System.Void FeatureTwo()" feature="two"/>
        </type>
    </assembly>
</linker>