17 references to ModuleSymbol
Microsoft.CodeAnalysis.VisualBasic (16)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
47
Dim metadataAssembly = DirectCast(metadataDecoder.
ModuleSymbol
.ContainingAssembly, PEAssemblySymbol)
Symbols\Metadata\PE\MetadataDecoder.vb (15)
106
Return
ModuleSymbol
.TypeHandleToTypeMap
110
Return
ModuleSymbol
.TypeRefHandleToTypeMap
130
Dim assembly As AssemblySymbol =
ModuleSymbol
.GetReferencedAssemblySymbol(referencedAssemblyIndex)
146
For Each m As ModuleSymbol In
ModuleSymbol
.ContainingAssembly.Modules
148
If m Is
ModuleSymbol
Then
149
Return
ModuleSymbol
.LookupTopLevelMetadataType(emittedName, isNoPiaLocalType)
161
Return New MissingMetadataTypeSymbol.TopLevel(New MissingModuleSymbolWithName(
ModuleSymbol
.ContainingAssembly, moduleName), emittedName, SpecialType.None)
172
Return
ModuleSymbol
.LookupTopLevelMetadataType(emittedName, isNoPiaLocalType)
179
Dim assemblies =
ModuleSymbol
.GetReferencedAssemblies()
265
ModuleSymbol
.ContainingAssembly)
425
If peTypeSymbol IsNot Nothing AndAlso peTypeSymbol.ContainingPEModule Is
ModuleSymbol
Then
438
Dim memberRefDecoder = New MemberRefMetadataDecoder(
ModuleSymbol
, typeSymbol)
478
Dim memberRefDecoder = New MemberRefMetadataDecoder(
ModuleSymbol
, targetTypeSymbol.OriginalDefinition)
500
If peTypeSymbol IsNot Nothing AndAlso peTypeSymbol.ContainingPEModule Is
ModuleSymbol
Then
511
If peMethod IsNot Nothing AndAlso peMethod.ContainingModule Is
ModuleSymbol
Then
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
VisualBasicEESymbolProvider.vb (1)
71
Dim assembly = _metadataDecoder.
ModuleSymbol
.GetReferencedAssemblySymbol(index)