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