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