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