2 instantiations of TypeMapper
Microsoft.DotNet.ApiCompatibility (2)
Mapping\NamespaceMapper.cs (1)
96
mapper = new
TypeMapper
(RuleRunner, Settings, Right.Length, this, null);
Mapping\TypeMapper.cs (1)
101
mapper = new
TypeMapper
(RuleRunner, Settings, Right.Length, ContainingNamespace, this);
2 references to TypeMapper
Microsoft.DotNet.ApiCompatibility (2)
Mapping\INamespaceMapper.cs (1)
21
/// Gets all the <see cref="
TypeMapper
"/> representing the types defined in the namespace including the type forwards.
Rules\RuleRunner.cs (1)
47
else if (mapper is
TypeMapper
tm)