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

KeptBackingFieldAttribute.cs « Assertions « Mono.Linker.Tests.Cases.Expectations « Tests « linker - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b21ce0628df0c5316b1eb1e41df4a4266bb73598 (plain)
1
2
3
4
5
6
7
using System;

namespace Mono.Linker.Tests.Cases.Expectations.Assertions {
	[AttributeUsage(AttributeTargets.Property | AttributeTargets.Event, AllowMultiple = false, Inherited = false)]
	public sealed class KeptBackingFieldAttribute : KeptAttribute {
	}
}