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