Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingType
3 references to ContainingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedMethodSymbol.cs (3)
166return this.ContainingType; 224return ((object)underlying == null) ? null : underlying.SymbolAsMember(ContainingType); 439if (!TypeSymbol.Equals(this.ContainingType, other.ContainingType, compareKind)) return false;