6 references to UnderlyingModule
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (6)
219
If [module] Is
UnderlyingModule
Then
510
If
UnderlyingModule
.ContainsExplicitDefinitionOfNoPiaLocalTypes Then
518
Dim assembliesToEmbedTypesFrom As ImmutableArray(Of AssemblySymbol) =
UnderlyingModule
.GetAssembliesToEmbedTypesFrom()
884
If method.ContainingModule Is Me.
UnderlyingModule
AndAlso method.IsDefinition Then
1036
If ([event].ContainingModule Is Me.
UnderlyingModule
) AndAlso [event].IsDefinition Then
1068
If ([property].ContainingModule Is Me.
UnderlyingModule
) AndAlso [property].IsDefinition Then