4 references to SupportedRule
Microsoft.Build (4)
BuildCheck\Checks\SharedOutputPathCheck.cs (2)
22public override IReadOnlyList<CheckRule> SupportedRules { get; } = [SupportedRule]; 78SupportedRule,
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (2)
148new BuiltInCheckFactory([SharedOutputPathCheck.SupportedRule.Id], SharedOutputPathCheck.SupportedRule.DefaultConfiguration.IsEnabled ?? false, Construct<SharedOutputPathCheck>),