5 references to SupportedRule
Microsoft.Build (5)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (3)
36public override IReadOnlyList<CheckRule> SupportedRules { get; } = [SupportedRule]; 67SupportedRule, 92SupportedRule,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
153new BuiltInCheckFactory([NoEnvironmentVariablePropertyCheck.SupportedRule.Id], NoEnvironmentVariablePropertyCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<NoEnvironmentVariablePropertyCheck>),