Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
15 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
27
Dim anonymousType = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (1)
46
Dim compilation = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol).Manager.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_EqualsMethodSymbol.vb (1)
89
Dim compilation = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol).Manager.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_GetHashCodeMethodSymbol.vb (1)
58
Dim compilation = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol).Manager.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_IEquatable_EqualsMethodSymbol.vb (1)
95
Dim compilation = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol).Manager.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ToStringMethodSymbol.vb (1)
63
Dim compilation = DirectCast(Me.
ContainingType
, AnonymousTypeTemplateSymbol).Manager.Compilation
Symbols\Source\SynthesizedConstructorSymbol.vb (1)
66
Dim containingType = DirectCast(Me.
ContainingType
, SourceMemberContainerTypeSymbol)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
22
Dim containingType = initializerMethod.
ContainingType
Symbols\Source\SynthesizedEventAccessorSymbol.vb (2)
495
Debug.Assert(Not
ContainingType
.IsImplicitlyDeclared)
522
If Not IsMustOverride AndAlso Not SourceEvent.IsWindowsRuntimeEvent AndAlso Not
ContainingType
.IsStructureType() AndAlso
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
56
Dim containingType = DirectCast(Me.
ContainingType
, SourceNamedTypeSymbol)
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (1)
130
Dim containingType = DirectCast(Me.
ContainingType
, SourceMemberContainerTypeSymbol)
Symbols\Source\SynthesizedWithEventsAccessorSymbol.vb (1)
93
Debug.Assert(Not
ContainingType
.IsImplicitlyDeclared)
Symbols\SynthesizedSymbols\SynthesizedConstructorBase.vb (1)
213
Dim containingType = Me.
ContainingType
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
65
Dim containingExceptionType = DirectCast(
ContainingType
, SynthesizedHotReloadExceptionSymbol)