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