1 implementation of IRuleSettings
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\IRuleSettings.cs (1)
20public class RuleSettings : IRuleSettings
4 references to IRuleSettings
Microsoft.DotNet.ApiCompat.Core (4)
ExportCciSettings.cs (3)
18public static IRuleSettings StaticRuleSettings { get; set; } 37[Export(typeof(IRuleSettings))] 38public IRuleSettings RuleSettings { get; }
Rules\Compat\InterfacesShouldHaveSameMembers.cs (1)
18public IRuleSettings RuleSettings { get; set; }