Base:
property
ContainingAssembly
Microsoft.CodeAnalysis.VisualBasic.Symbols.ModuleSymbol.ContainingAssembly
27 references to ContainingAssembly
Microsoft.CodeAnalysis.VisualBasic (27)
Binding\Binder_Lookup.vb (2)
1471Dim obj As NamedTypeSymbol = binder.SourceModule.ContainingAssembly.GetSpecialType(SpecialType.System_Object) 2006binder.SourceModule.ContainingAssembly.GetSpecialType(SpecialType.System_Object),
Emit\ModuleReference.vb (1)
54_moduleBeingBuilt.SourceModule.ContainingAssembly Is _underlyingModule.ContainingAssembly Then
Emit\PEModuleBuilder.vb (4)
130Dim modules As ImmutableArray(Of ModuleSymbol) = SourceModule.ContainingAssembly.Modules 140Dim asmIdentity As AssemblyIdentity = SourceModule.ContainingAssembly.Identity 600Dim typeSymbol = SourceModule.ContainingAssembly.GetSpecialType(specialType) 633corLib IsNot SourceModule.ContainingAssembly Then
Emit\SymbolTranslator.vb (1)
51If SourceModule.ContainingAssembly Is assembly Then
Symbols\AnonymousTypes\AnonymousType_SymbolCollection.vb (3)
190Return DirectCast(Me.ContainingModule.ContainingAssembly.GetSpecialTypeMember(SpecialMember.System_Object__ToString), MethodSymbol) 214Return DirectCast(Me.ContainingModule.ContainingAssembly.GetSpecialTypeMember(SpecialMember.System_Object__GetHashCode), MethodSymbol) 220Return DirectCast(Me.ContainingModule.ContainingAssembly.GetSpecialTypeMember(SpecialMember.System_Object__Equals), MethodSymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2857Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, m_containingModule.ContainingAssembly)
Symbols\Source\SourceMethodSymbol.vb (2)
2153param.Type.CheckAllConstraints(param.Locations(0), diagBag, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, sourceModule.ContainingAssembly)) 2161retType.CheckAllConstraints(diagnosticsBuilder, useSiteDiagnosticsBuilder, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, sourceModule.ContainingAssembly))
Symbols\Source\SourceModuleSymbol.vb (6)
240Dim mergedAttributes = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).GetAttributeDeclarations() 521type.CheckAllConstraints(diagnosticsBuilder, useSiteDiagnosticsBuilder, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics, ContainingAssembly)) 591Me.ContainingAssembly.GetAttributes() 667unused = Me.ContainingAssembly.GetAttributes() 1113Dim decodedData As CommonAssemblyWellKnownAttributeData(Of NamedTypeSymbol) = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).GetSourceDecodedWellKnownAttributeData() 1120Dim decodedData As CommonAssemblyWellKnownAttributeData(Of NamedTypeSymbol) = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).GetSourceDecodedWellKnownAttributeData()
Symbols\Source\SourceNamedTypeSymbol.vb (3)
1624localBase.CheckAllConstraints(location, diagnostics, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics, m_containingModule.ContainingAssembly)) 1631Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics, m_containingModule.ContainingAssembly) 1676[interface].CheckAllConstraints(location, diagnostics, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics, m_containingModule.ContainingAssembly))
Symbols\Source\SourceNamespaceSymbol.vb (1)
109Return _containingModule.ContainingAssembly
Symbols\Source\SourcePropertyAccessorSymbol.vb (2)
194retType.CheckAllConstraints(diagnosticsBuilder, useSiteDiagnosticsBuilder, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, sourceModule.ContainingAssembly)) 263param.Type.CheckAllConstraints(param.Locations(0), diagBag, template:=New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, sourceModule.ContainingAssembly))
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
233Return m_containingModule.ContainingAssembly