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