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