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