Base:
property
ContainingSymbol
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingSymbol
3 references to ContainingSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
52Dim container = DirectCast(ContainingSymbol, SourceNamedTypeSymbol)
Symbols\SynthesizedSymbols\SynthesizedMethod.vb (1)
107Dim sourceType = TryCast(ContainingSymbol, SourceMemberContainerTypeSymbol)
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
56Dim symbol As ISynthesizedMethodBodyImplementationSymbol = CType(ContainingSymbol, ISynthesizedMethodBodyImplementationSymbol)