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