3 references to PropertiesUsageCheck
Microsoft.Build (3)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (3)
156
new BuiltInCheckFactory(
PropertiesUsageCheck
.SupportedRulesList.Select(r => r.Id).ToArray(),
157
PropertiesUsageCheck
.SupportedRulesList.Any(r => r.DefaultConfiguration.IsEnabled ?? false),
158
Construct<
PropertiesUsageCheck
>)