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