1 write to RuleRunner
Microsoft.DotNet.ApiCompatibility (1)
Mapping\ElementMapper.cs (1)
42RuleRunner = ruleRunner;
6 references to RuleRunner
Microsoft.DotNet.ApiCompatibility (6)
Mapping\AssemblyMapper.cs (1)
89mapper = new NamespaceMapper(RuleRunner, Settings, Right.Length, this, typeForwardsOnly: typeForwardsOnly);
Mapping\AssemblySetMapper.cs (1)
49mapper = new AssemblyMapper(RuleRunner, Settings, Right.Length, this);
Mapping\ElementMapper.cs (1)
77return _differences ??= RuleRunner.Run(this);
Mapping\NamespaceMapper.cs (1)
96mapper = new TypeMapper(RuleRunner, Settings, Right.Length, this, null);
Mapping\TypeMapper.cs (2)
101mapper = new TypeMapper(RuleRunner, Settings, Right.Length, ContainingNamespace, this); 144mapper = new MemberMapper(RuleRunner, Settings, Right.Length, this);