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