Base:
property
ContainingSymbol
Microsoft.CodeAnalysis.VisualBasic.Symbol.ContainingSymbol
6 references to ContainingSymbol
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
78Dim symbol As ISynthesizedMethodBodyImplementationSymbol = CType(ContainingSymbol, ISynthesizedMethodBodyImplementationSymbol)
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
62Return DirectCast(ContainingSymbol, StateMachineTypeSymbol)
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
72Return _getter.ContainingSymbol
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)