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