1 implementation of IRuleContext
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleContext.cs (1)
11
public class RuleContext :
IRuleContext
5 references to IRuleContext
Microsoft.DotNet.ApiCompatibility (5)
ApiComparer.cs (2)
24
IRuleContext
? ruleContext = null,
25
Func<IRuleFactory,
IRuleContext
, IRuleRunner>? ruleRunnerFactory = null,
ApiComparerFactory.cs (2)
15
IRuleContext
? ruleContext = null,
16
Func<IRuleFactory,
IRuleContext
, IRuleRunner>? ruleRunnerFactory = null,
Rules\RuleRunner.cs (1)
12
public class RuleRunner(IRuleFactory ruleFactory,
IRuleContext
context) : IRuleRunner