1 implementation of GetTypes
Microsoft.DotNet.ApiCompatibility (1)
Mapping\NamespaceMapper.cs (1)
44
public IEnumerable<ITypeMapper>
GetTypes
()
5 references to GetTypes
Microsoft.DotNet.ApiCompatibility (1)
DifferenceVisitor.cs (1)
66
foreach (ITypeMapper type in @namespace.
GetTypes
())
Microsoft.DotNet.ApiCompatibility.Tests (4)
Mapping\NamespaceMapperTests.cs (1)
66
IEnumerable<ITypeMapper> typeMappers = namespaceMappers.Single().
GetTypes
();
Mapping\TypeMapperTests.cs (3)
78
IEnumerable<ITypeMapper> typeMappers = namespaceMappers.Single().
GetTypes
();
119
IEnumerable<ITypeMapper> typeMappers = namespaceMappers.Single().
GetTypes
();
159
IEnumerable<ITypeMapper> typeMappers = namespaceMappers.Single().
GetTypes
();