Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.ContainingType
5 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (4)
418
((_flags And TypeAttributes.Interface) <> 0 OrElse Me.Arity <> 0 OrElse Me.
ContainingType
IsNot Nothing)) OrElse
1023
Me.
ContainingType
Is Nothing AndAlso
1353
Dim containingPEType = TryCast(
ContainingType
, PENamedTypeSymbol)
1368
Dim container =
ContainingType
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
328
Dim containingType As NamedTypeSymbol = type.
ContainingType