Base:
property
ContainingSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingSymbol
3 references to ContainingSymbol
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
21
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.
ContainingSymbol
).Method; }
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
21
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.
ContainingSymbol
).Method; }
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
51
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.
ContainingSymbol
).Method; }