6 references to UnderlyingModule
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (6)
216
If [module] Is
UnderlyingModule
Then
507
If
UnderlyingModule
.ContainsExplicitDefinitionOfNoPiaLocalTypes Then
515
Dim assembliesToEmbedTypesFrom As ImmutableArray(Of AssemblySymbol) =
UnderlyingModule
.GetAssembliesToEmbedTypesFrom()
881
If method.ContainingModule Is Me.
UnderlyingModule
AndAlso method.IsDefinition Then
1033
If ([event].ContainingModule Is Me.
UnderlyingModule
) AndAlso [event].IsDefinition Then
1065
If ([property].ContainingModule Is Me.
UnderlyingModule
) AndAlso [property].IsDefinition Then