2 references to GetForwardedTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
756
foreach (KeyValuePair<string, (int FirstIndex, int SecondIndex)> forwarder in Module.
GetForwardedTypes
())
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEModuleSymbol.vb (1)
466
For Each forwarder As KeyValuePair(Of String, (FirstIndex As Integer, SecondIndex As Integer)) In Me.Module.
GetForwardedTypes
()