Base:
property
ContainingType
Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingType
17 references to ContainingType
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
27Dim anonymousType = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
31If frameType Is ContainingType Then
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (2)
32Return If(TypeOf ContainingType Is LambdaFrame, Accessibility.Friend, Accessibility.Private) 191If constructedFrame Is ContainingType Then
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