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