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