3 instantiations of NamespaceMapper
Microsoft.DotNet.ApiCompatibility (1)
Mapping\AssemblyMapper.cs (1)
89
mapper = new
NamespaceMapper
(RuleRunner, Settings, Right.Length, this, typeForwardsOnly: typeForwardsOnly);
Microsoft.DotNet.ApiCompatibility.Tests (2)
Mapping\NamespaceMapperTests.cs (2)
24
NamespaceMapper namespaceMapper =
new
(ruleRunner, mapperSettings, rightSetSize, assemblyMapper);
35
NamespaceMapper namespaceMapper =
new
(Mock.Of<IRuleRunner>(), Mock.Of<IMapperSettings>(), rightSetSize: 1, Mock.Of<IAssemblyMapper>());
2 references to NamespaceMapper
Microsoft.DotNet.ApiCompatibility.Tests (2)
Mapping\NamespaceMapperTests.cs (2)
24
NamespaceMapper
namespaceMapper = new(ruleRunner, mapperSettings, rightSetSize, assemblyMapper);
35
NamespaceMapper
namespaceMapper = new(Mock.Of<IRuleRunner>(), Mock.Of<IMapperSettings>(), rightSetSize: 1, Mock.Of<IAssemblyMapper>());