3 references to X
Microsoft.Build.Framework.UnitTests (3)
Attribute_Tests.cs (3)
23
typeof(
X
).GetTypeInfo().GetCustomAttribute<RequiredRuntimeAttribute>();
32
typeof(
X
).GetMember("TestValue2", BindingFlags.NonPublic | BindingFlags.Static)[0].GetCustomAttribute<OutputAttribute>();
40
typeof(
X
).GetMember("TestValue", BindingFlags.NonPublic | BindingFlags.Static)[0].GetCustomAttribute<RequiredAttribute>();