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