Implemented interface member:
method
GetTypes
Microsoft.DotNet.ApiCompatibility.Mapping.INamespaceMapper.GetTypes()
2 references to GetTypes
Microsoft.DotNet.ApiCompatibility (1)
Mapping\NamespaceMapper.cs (1)
30/// <param name="typeForwardsOnly">Indicates if <see cref="GetTypes"/> should return forwarded types only.</param>
Microsoft.DotNet.ApiCompatibility.Tests (1)
Mapping\NamespaceMapperTests.cs (1)
36Assert.Empty(namespaceMapper.GetTypes());