2 implementations of GetForwardedTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\AssemblySymbol.cs (1)
57
ImmutableArray<INamedTypeSymbol> IAssemblySymbol.
GetForwardedTypes
()
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AssemblySymbol.vb (1)
800
Private Function
IAssemblySymbol_GetForwardedTypes
() As ImmutableArray(Of INamedTypeSymbol) Implements IAssemblySymbol.GetForwardedTypes
2 references to GetForwardedTypes
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AssemblySymbol.vb (1)
800
Private Function IAssemblySymbol_GetForwardedTypes() As ImmutableArray(Of INamedTypeSymbol) Implements IAssemblySymbol.
GetForwardedTypes
Microsoft.DotNet.ApiCompatibility (1)
Mapping\AssemblyMapper.cs (1)
108
foreach (INamedTypeSymbol symbol in assembly.Element.
GetForwardedTypes
())