Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
30 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (30)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
66Dim type = DirectCast(Me.ContainingType, SourceMemberContainerTypeSymbol)
Symbols\Source\SourceDeclareMethodSymbol.vb (1)
44If ContainingType.TypeKind <> TypeKind.Module Then
Symbols\Source\SourceDelegateMethodSymbol.vb (2)
282MyBase.New(invoke.ContainingType, 328MyBase.New(invoke.ContainingType,
Symbols\Source\SourceMemberMethodSymbol.vb (17)
223Not methodImpl.ContainingType.IsInterfaceType() Then 225Dim container As NamedTypeSymbol = methodImpl.ContainingType 334Dim containingSourceType = TryCast(ContainingType, SourceNamedTypeSymbol) 395Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree, ContainingType) 396If Me.IsShared And Not ContainingType.IsModuleType Then 406Return ProcessImplementsClause(Of MethodSymbol)(syntax.ImplementsClause, Me, DirectCast(ContainingType, SourceMemberContainerTypeSymbol), binder, diagBag) 612If Me.ContainingType.IsModuleType AndAlso singleHandleClause.EventContainer.Kind <> SyntaxKind.WithEventsEventContainer Then 624eventContainingType = Me.ContainingType 628eventContainingType = Me.ContainingType 632eventContainingType = Me.ContainingType.BaseTypeNoUseSiteDiagnostics 659Dim isFromBase = Not TypeSymbol.Equals(witheventsProperty.ContainingType, Me.ContainingType, TypeCompareKind.ConsiderEverything) 696witheventsPropertyInCurrentClass = DirectCast(Me.ContainingType, SourceNamedTypeSymbol).GetOrAddWithEventsOverride(witheventsProperty) 756Select Case ContainingType.TypeKind 765Throw ExceptionUtilities.UnexpectedValue(ContainingType.TypeKind) 779hookupMethod = Me.ContainingType.SharedConstructors(0) ' There will only be one in a correct program. 782Dim instanceCtors = Me.ContainingType.InstanceConstructors 795receiverOpt = New BoundMeReference(singleHandleClause, Me.ContainingType).MakeCompilerGenerated
Symbols\Source\SourceMethodSymbol.vb (9)
1224Dim containingType = DirectCast(Me.ContainingType, SourceNamedTypeSymbol) 1822If Me.ContainingType IsNot Nothing AndAlso Me.ContainingType.IsInterface Then 1827If Me.IsGenericMethod OrElse (Me.ContainingType IsNot Nothing AndAlso Me.ContainingType.IsGenericType) Then 1841Not methodImpl.ContainingType.IsInterfaceType() Then 1942If ContainingType.IsComImport AndAlso Not ContainingType.IsInterface Then 1985Return Me.ContainingType.IsInterface AndAlso