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