Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
6 overrides of ContainingType
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
152
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
251
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
336
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1214
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
167
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
95
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
69 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (69)
Emit\NamedTypeSymbolAdapter.vb (11)
112
If AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.
ContainingType
Is Nothing Then
123
If AdaptedNamedTypeSymbol.
ContainingType
Is Nothing AndAlso AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.ContainingModule.Equals(moduleBeingBuilt.SourceModule) Then
132
If AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing Then
147
If AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing AndAlso AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.ContainingModule.Equals(moduleBeingBuilt.SourceModule) Then
158
Debug.Assert(AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing AndAlso AdaptedNamedTypeSymbol.
ContainingType
.IsOrInGenericType())
197
If AdaptedNamedTypeSymbol.
ContainingType
Is Nothing Then
808
Return moduleBeingBuilt.Translate(AdaptedNamedTypeSymbol.
ContainingType
, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics, needDeclaration:=AdaptedNamedTypeSymbol.IsDefinition)
815
Debug.Assert(AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing)
818
Return AdaptedNamedTypeSymbol.
ContainingType
.GetCciAdapter()
825
Debug.Assert(AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing)
Symbols\AssemblySymbol.vb (2)
725
Debug.Assert(result.
ContainingType
Is Nothing OrElse IsValidWellKnownType(result.
ContainingType
),
Symbols\BaseTypeAnalysis.vb (1)
221
chain = GetDependenceChain(visited, root, currentNamedType.
ContainingType
)
Symbols\InstanceTypeSymbol.vb (4)
96
newContainer = DirectCast(Me.
ContainingType
.InternalSubstituteTypeParameters(substitution.Parent).AsTypeSymbolOnly(), NamedTypeSymbol)
98
newContainer = DirectCast(Me.
ContainingType
.InternalSubstituteTypeParameters(substitution).AsTypeSymbolOnly(), NamedTypeSymbol)
101
Debug.Assert(Me.
ContainingType
IsNot Nothing)
212
Dim containing = Me.
ContainingType
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (1)
77
Dim containingType = namedType.
ContainingType
Symbols\Metadata\PE\MetadataDecoder.vb (1)
226
symbol = symbol.
ContainingType
Symbols\Metadata\PE\SymbolFactory.vb (1)
105
typeToCheck = typeToCheck.
ContainingType
Symbols\Metadata\PE\TupleTypeDecoder.vb (2)
178
Dim containingType = type.
ContainingType
226
Dim parentSubst = type.ConstructedFrom.
ContainingType
?.TypeSubstitution
Symbols\MissingMetadataTypeSymbol.vb (1)
68
Return If(TryCast(
ContainingType
, ErrorTypeSymbol)?.ErrorInfo,
Symbols\NamedTypeSymbol.vb (4)
871
If
ContainingType
IsNot Nothing Then
872
Dim tmp =
ContainingType
.BaseTypeNoUseSiteDiagnostics
948
p = p.
ContainingType
1037
currentType = currentType.
ContainingType
Symbols\NamedTypeSymbolExtensions.vb (1)
90
current = current.
ContainingType
Symbols\Retargeting\RetargetingSymbolTranslator.vb (10)
218
Dim container = type.
ContainingType
224
container = container.
ContainingType
354
Dim containingType As NamedTypeSymbol = type.
ContainingType
410
Debug.Assert(type.
ContainingType
Is Nothing OrElse Not type.
ContainingType
.IsUnboundGenericType)
439
genericType = genericType.
ContainingType
483
genericType = genericType.
ContainingType
569
namedType = namedType.
ContainingType
1012
containingType = containingType.
ContainingType
1013
retargetedContainingType = retargetedContainingType.
ContainingType
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
389
container = container.
ContainingType
840
container = container.
ContainingType
851
container = container.
ContainingType
945
namedType = namedType.
ContainingType
Symbols\Source\SourceMemberMethodSymbol.vb (1)
240
container = container.
ContainingType
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2570
Dim container2 As NamedTypeSymbol = container1.
ContainingType
2576
container2 = container1.
ContainingType
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
178
container = container.
ContainingType
Symbols\SubstitutedErrorType.vb (3)
81
Debug.Assert(substitution IsNot Nothing AndAlso substitution.TargetGenericDefinition Is Me.
ContainingType
.OriginalDefinition)
237
hash = Roslyn.Utilities.Hash.Combine(
ContainingType
, hash)
272
Dim containingType = Me.
ContainingType
Symbols\SubstitutedMethodSymbol.vb (1)
656
containerToCheck = containerToCheck.
ContainingType
Symbols\SubstitutedNamedType.vb (4)
508
hash = Roslyn.Utilities.Hash.Combine(
ContainingType
, hash)
544
Dim containingType = Me.
ContainingType
764
containerToCheck = containerToCheck.
ContainingType
1072
Dim containedType As NamedTypeSymbol = definition.
ContainingType
Symbols\SymbolExtensions.vb (2)
409
While upperLevelType.
ContainingType
IsNot Nothing
410
upperLevelType = upperLevelType.
ContainingType
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
419
container = container.
ContainingType
Symbols\TypeSubstitution.vb (1)
470
container = container.
ContainingType
Symbols\TypeSymbolExtensions.vb (8)
540
inner = inner.
ContainingType
1152
Return type.
ContainingType
Is Nothing
1162
If type.
ContainingType
Is Nothing Then
1177
Dim containingType = type.
ContainingType
1194
type = type.
ContainingType
1219
type = type.
ContainingType
1307
namedTypeSymbol.
ContainingType
Is Nothing AndAlso
1318
namedTypeSymbol.
ContainingType
Is Nothing AndAlso
Symbols\UnboundGenericType.vb (2)
397
Dim originalDefinitionContainingType As NamedTypeSymbol = OriginalDefinition.
ContainingType
420
Dim originalDefinitionContainingType As NamedTypeSymbol = OriginalDefinition.
ContainingType