2 instantiations of AssemblyMapper
Microsoft.DotNet.ApiCompatibility (2)
Mapping\AssemblySetMapper.cs (1)
49
mapper = new
AssemblyMapper
(RuleRunner, Settings, Right.Length, this);
Mapping\ElementMapperFactory.cs (1)
19
new
AssemblyMapper
(ruleRunner, settings, rightCount);
1 reference to AssemblyMapper
Microsoft.DotNet.ApiCompatibility (1)
Rules\RuleRunner.cs (1)
29
if (mapper is
AssemblyMapper
am)