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)
145
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
244
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
333
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1213
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
166
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
94
Public Overrides ReadOnly Property
ContainingType
As NamedTypeSymbol
69 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (69)
Emit\NamedTypeSymbolAdapter.vb (11)
111
If AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.
ContainingType
Is Nothing Then
122
If AdaptedNamedTypeSymbol.
ContainingType
Is Nothing AndAlso AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.ContainingModule.Equals(moduleBeingBuilt.SourceModule) Then
131
If AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing Then
146
If AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing AndAlso AdaptedNamedTypeSymbol.IsDefinition AndAlso AdaptedNamedTypeSymbol.ContainingModule.Equals(moduleBeingBuilt.SourceModule) Then
157
Debug.Assert(AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing AndAlso AdaptedNamedTypeSymbol.
ContainingType
.IsOrInGenericType())
196
If AdaptedNamedTypeSymbol.
ContainingType
Is Nothing Then
807
Return moduleBeingBuilt.Translate(AdaptedNamedTypeSymbol.
ContainingType
, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics, needDeclaration:=AdaptedNamedTypeSymbol.IsDefinition)
814
Debug.Assert(AdaptedNamedTypeSymbol.
ContainingType
IsNot Nothing)
817
Return AdaptedNamedTypeSymbol.
ContainingType
.GetCciAdapter()
824
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)
869
If
ContainingType
IsNot Nothing Then
870
Dim tmp =
ContainingType
.BaseTypeNoUseSiteDiagnostics
946
p = p.
ContainingType
1035
currentType = currentType.
ContainingType
Symbols\NamedTypeSymbolExtensions.vb (1)
90
current = current.
ContainingType
Symbols\Retargeting\RetargetingSymbolTranslator.vb (10)
221
Dim container = type.
ContainingType
227
container = container.
ContainingType
357
Dim containingType As NamedTypeSymbol = type.
ContainingType
413
Debug.Assert(type.
ContainingType
Is Nothing OrElse Not type.
ContainingType
.IsUnboundGenericType)
442
genericType = genericType.
ContainingType
486
genericType = genericType.
ContainingType
572
namedType = namedType.
ContainingType
1015
containingType = containingType.
ContainingType
1016
retargetedContainingType = retargetedContainingType.
ContainingType
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
388
container = container.
ContainingType
839
container = container.
ContainingType
850
container = container.
ContainingType
944
namedType = namedType.
ContainingType
Symbols\Source\SourceMemberMethodSymbol.vb (1)
239
container = container.
ContainingType
Symbols\Source\SourceNamedTypeSymbol.vb (2)
2519
Dim container2 As NamedTypeSymbol = container1.
ContainingType
2525
container2 = container1.
ContainingType
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
176
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)
652
containerToCheck = containerToCheck.
ContainingType
Symbols\SubstitutedNamedType.vb (4)
502
hash = Roslyn.Utilities.Hash.Combine(
ContainingType
, hash)
538
Dim containingType = Me.
ContainingType
758
containerToCheck = containerToCheck.
ContainingType
1066
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)
412
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)
390
Dim originalDefinitionContainingType As NamedTypeSymbol = OriginalDefinition.
ContainingType
413
Dim originalDefinitionContainingType As NamedTypeSymbol = OriginalDefinition.
ContainingType