15 overrides of ContainingAssembly
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\AssemblySymbol.vb (1)
174
Public NotOverridable Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
137
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\MissingMetadataTypeSymbol.vb (1)
132
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\ModuleSymbol.vb (1)
96
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\NamespaceSymbol.vb (1)
104
Public MustOverride Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Retargeting\RetargetingFieldSymbol.vb (1)
114
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
388
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
481
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
224
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\Retargeting\RetargetingTypeParameterSymbol.vb (1)
141
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\SignatureOnlyMethodSymbol.vb (1)
216
Public Overrides ReadOnly Property
ContainingAssembly
() As AssemblySymbol
Symbols\SignatureOnlyParameterSymbol.vb (1)
155
Public Overrides ReadOnly Property
ContainingAssembly
() As AssemblySymbol
Symbols\SubstitutedErrorType.vb (1)
97
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\SubstitutedNamedType.vb (1)
98
Public NotOverridable Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
230
Public Overrides ReadOnly Property
ContainingAssembly
As AssemblySymbol
69 references to ContainingAssembly
Microsoft.CodeAnalysis.VisualBasic (69)
Binding\Binder.vb (1)
553
Return GetSpecialTypeMember(Me.ContainingMember.
ContainingAssembly
, member, syntax, diagnostics)
Binding\Binder_Lookup.vb (1)
262
AccessCheck.GetAccessibilityForErrorMessage(sym, sym.
ContainingAssembly
))
Binding\LookupResult.vb (1)
890
Dim containingAssembly = sym.
ContainingAssembly
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (4)
264
accessor.
ContainingAssembly
.GetSpecialType(SpecialType.System_Object)),
266
accessor.
ContainingAssembly
.GetSpecialType(SpecialType.System_Boolean))).MakeCompilerGenerated,
344
accessor.
ContainingAssembly
.GetSpecialType(SpecialType.System_Object)),
346
accessor.
ContainingAssembly
.GetSpecialType(SpecialType.System_Boolean))).MakeCompilerGenerated,
CommandLine\VisualBasicCompiler.vb (1)
324
newDiagnostics.Add(New VBDiagnostic(ErrorFactory.ErrorInfo(ERRID.ERR_SymbolDefinedInAssembly, symbol, symbol.
ContainingAssembly
), diag.Location))
Compilation\ClsComplianceChecker.vb (1)
793
Dim containingAssembly = symbol.
ContainingAssembly
Compilation\VisualBasicCompilation.vb (1)
1402
Return sustainedLowLatency IsNot Nothing AndAlso sustainedLowLatency.
ContainingAssembly
= Assembly.CorLibrary
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
124
Debug.Assert(symbol.
ContainingAssembly
IsNot Me._otherAssembly)
Emit\NamedTypeSymbolAdapter.vb (1)
239
baseType = AdaptedNamedTypeSymbol.
ContainingAssembly
.GetSpecialType(Microsoft.CodeAnalysis.SpecialType.System_Object)
Emit\PropertySymbolAdapter.vb (1)
100
Debug.Assert(TypeOf AdaptedPropertySymbol.ContainingModule Is SourceModuleSymbol OrElse AdaptedPropertySymbol.
ContainingAssembly
.IsLinked)
Semantics\AccessCheck.vb (2)
1113
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, member.
ContainingAssembly
)
1160
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagBag, member.
ContainingAssembly
)
Symbols\AliasSymbol.vb (2)
246
Me.
ContainingAssembly
Is other.
ContainingAssembly
Symbols\AssemblySymbol.vb (3)
680
conflicts = (result.
ContainingAssembly
, candidate.
ContainingAssembly
)
700
Return type.
ContainingAssembly
Is CorLibrary
Symbols\Attributes\AttributeData.vb (1)
531
Debug.Assert(TypeOf target Is SourceAssemblySymbol OrElse TypeOf target.
ContainingAssembly
Is SourceAssemblySymbol)
Symbols\ConstraintsHelper.vb (1)
311
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(typeParameter.
ContainingAssembly
)
Symbols\EventSymbol.vb (1)
160
Return
ContainingAssembly
.GetSpecialType(SpecialType.System_Void)
Symbols\Metadata\PE\MetadataDecoder.vb (2)
205
Dim containingAssembly As AssemblySymbol = symbol.OriginalDefinition.
ContainingAssembly
330
candidate.
ContainingAssembly
IsNot assembly OrElse
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1319
If base IsNot Nothing AndAlso base.SpecialType = SpecialType.None AndAlso base.
ContainingAssembly
?.IsMissing Then
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
139
Return _containingSymbol.
ContainingAssembly
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
72
Debug.Assert(corType.
ContainingAssembly
Is Me)
Symbols\MethodSymbol.vb (1)
478
Return IsScriptConstructor AndAlso
ContainingAssembly
.IsInteractive
Symbols\MissingMetadataTypeSymbol.vb (1)
52
Dim containingAssembly As AssemblySymbol = Me.
ContainingAssembly
Symbols\MissingNamespaceSymbol.vb (1)
57
Return _containingSymbol.
ContainingAssembly
Symbols\NonMissingAssemblySymbol.vb (3)
98
If Not result.IsErrorType() AndAlso result.
ContainingAssembly
Is Me Then
107
Debug.Assert(result Is Nothing OrElse (result.
ContainingAssembly
Is Me AndAlso Not result.IsErrorType()))
153
Debug.Assert(result Is Nothing OrElse (result.
ContainingAssembly
Is Me AndAlso Not result.IsErrorType()))
Symbols\NonMissingModuleSymbol.vb (1)
86
Dim dependentAssembly = dependentType.
ContainingAssembly
Symbols\ObsoleteAttributeHelpers.vb (2)
78
Dim assemblyObsoleteKind As ObsoleteAttributeKind? = symbol.
ContainingAssembly
?.ObsoleteKind
129
Dim data = If(If(symbol.ObsoleteAttributeData, symbol.ContainingModule.ObsoleteAttributeData), symbol.
ContainingAssembly
.ObsoleteAttributeData)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (4)
178
Dim retargetFrom As AssemblySymbol = type.
ContainingAssembly
283
Debug.Assert(type.
ContainingAssembly
IsNot RetargetingAssembly.UnderlyingAssembly)
290
type.
ContainingAssembly
.GetGuidString(scope)
822
Dim errorInfo = If(type.ErrorInfo, ErrorFactory.ErrorInfo(ERRID.ERR_InReferencedAssembly, If(type.
ContainingAssembly
?.Identity.GetDisplayName, "")))
Symbols\Source\OverrideHidingHelper.vb (2)
1009
If overridden.DeclaredAccessibility = Accessibility.ProtectedOrFriend And Not overriding.
ContainingAssembly
= overridden.
ContainingAssembly
Then
Symbols\Source\SourceFieldSymbol.vb (1)
685
Dim specialTypeInt64 = Me.
ContainingAssembly
.GetSpecialType(SpecialType.System_Int64)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
3629
If Not OverloadResolution.ValidateOverloadedOperator(method, opInfo, diagnostics,
ContainingAssembly
) Then
3941
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics,
ContainingAssembly
)
Symbols\Source\SourceMemberFieldSymbol.vb (2)
267
constantType =
ContainingAssembly
.GetSpecialType(SpecialType.System_Object)
272
constantType =
ContainingAssembly
.GetSpecialType(SpecialType.System_Object)
Symbols\Source\SourceNamedTypeSymbol.vb (5)
82
containingSymbol.
ContainingAssembly
.KeepLookingForDeclaredSpecialTypes AndAlso
572
If Not nodeNameIsAlreadyDeclared AndAlso container.IsNamespace AndAlso Me.
ContainingAssembly
.Modules.Length > 1 Then
575
Dim mergedAssemblyNamespace = TryCast(Me.
ContainingAssembly
.GetAssemblyNamespace(containingNamespace), MergedNamespaceSymbol)
1422
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics,
ContainingAssembly
)
1473
Dim useSiteInfo As New CompoundUseSiteInfo(Of AssemblySymbol)(diagnostics,
ContainingAssembly
)
Symbols\Source\SourceTypeParameterSymbol.vb (1)
180
Dim containingAssembly As AssemblySymbol = Me.
ContainingAssembly
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
44
Return
ContainingAssembly
.GetSpecialType(SpecialType.System_Void)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
213
Return
ContainingAssembly
.GetSpecialType(SpecialType.System_Void)
Symbols\SubstitutedErrorType.vb (1)
99
Return _fullInstanceType.
ContainingAssembly
Symbols\SubstitutedNamedType.vb (1)
100
Return OriginalDefinition.
ContainingAssembly
Symbols\Symbol.vb (6)
105
If
ContainingAssembly
.IsInteractive Then
123
If
ContainingAssembly
.IsInteractive Then
228
Return container.
ContainingAssembly
941
Dim dependency As AssemblySymbol = Me.
ContainingAssembly
1177
Return Me.
ContainingAssembly
1183
Return Me.
ContainingAssembly
Symbols\Symbol_Attributes.vb (1)
255
Dim sourceAssembly = DirectCast(If(Me.Kind = SymbolKind.Assembly, Me, Me.
ContainingAssembly
), SourceAssemblySymbol)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
52
m_voidType =
ContainingAssembly
.GetSpecialType(SpecialType.System_Void)
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
240
Return _containingType.
ContainingAssembly
.GetSpecialType(Microsoft.CodeAnalysis.SpecialType.System_MulticastDelegate)
Symbols\SynthesizedSymbols\SynthesizedMethod.vb (1)
96
Dim type =
ContainingAssembly
.GetSpecialType(SpecialType.System_Void)
Symbols\TypeSymbolExtensions.vb (1)
682
Dim genericIEnumerable = typeWithContainingAssembly.
ContainingAssembly
.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T)