Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
30 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (30)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
65
Dim type = DirectCast(Me.
ContainingType
, SourceMemberContainerTypeSymbol)
Symbols\Source\SourceDeclareMethodSymbol.vb (1)
44
If
ContainingType
.TypeKind <> TypeKind.Module Then
Symbols\Source\SourceDelegateMethodSymbol.vb (2)
281
MyBase.New(invoke.
ContainingType
,
327
MyBase.New(invoke.
ContainingType
,
Symbols\Source\SourceMemberMethodSymbol.vb (17)
222
Not methodImpl.
ContainingType
.IsInterfaceType() Then
224
Dim container As NamedTypeSymbol = methodImpl.
ContainingType
333
Dim containingSourceType = TryCast(
ContainingType
, SourceNamedTypeSymbol)
394
Dim binder As Binder = BinderBuilder.CreateBinderForType(sourceModule, Me.SyntaxTree,
ContainingType
)
395
If Me.IsShared And Not
ContainingType
.IsModuleType Then
405
Return ProcessImplementsClause(Of MethodSymbol)(syntax.ImplementsClause, Me, DirectCast(
ContainingType
, SourceMemberContainerTypeSymbol), binder, diagBag)
611
If Me.
ContainingType
.IsModuleType AndAlso singleHandleClause.EventContainer.Kind <> SyntaxKind.WithEventsEventContainer Then
623
eventContainingType = Me.
ContainingType
627
eventContainingType = Me.
ContainingType
631
eventContainingType = Me.
ContainingType
.BaseTypeNoUseSiteDiagnostics
658
Dim isFromBase = Not TypeSymbol.Equals(witheventsProperty.ContainingType, Me.
ContainingType
, TypeCompareKind.ConsiderEverything)
695
witheventsPropertyInCurrentClass = DirectCast(Me.
ContainingType
, SourceNamedTypeSymbol).GetOrAddWithEventsOverride(witheventsProperty)
755
Select Case
ContainingType
.TypeKind
764
Throw ExceptionUtilities.UnexpectedValue(
ContainingType
.TypeKind)
778
hookupMethod = Me.
ContainingType
.SharedConstructors(0) ' There will only be one in a correct program.
781
Dim instanceCtors = Me.
ContainingType
.InstanceConstructors
794
receiverOpt = New BoundMeReference(singleHandleClause, Me.
ContainingType
).MakeCompilerGenerated
Symbols\Source\SourceMethodSymbol.vb (9)
1223
Dim containingType = DirectCast(Me.
ContainingType
, SourceNamedTypeSymbol)
1788
If Me.
ContainingType
IsNot Nothing AndAlso Me.
ContainingType
.IsInterface Then
1793
If Me.IsGenericMethod OrElse (Me.
ContainingType
IsNot Nothing AndAlso Me.
ContainingType
.IsGenericType) Then
1807
Not methodImpl.
ContainingType
.IsInterfaceType() Then
1908
If
ContainingType
.IsComImport AndAlso Not
ContainingType
.IsInterface Then
1951
Return Me.
ContainingType
.IsInterface AndAlso