Base:
property
ContainingType
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingType
4 references to ContainingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertyAccessorSymbol.cs (1)
24: base(property.ContainingType, SourcePropertyAccessorSymbol.GetAccessorName(property.Name, getNotSet: true, isWinMdOutput: false))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.PropertySymbol.cs (3)
226&& other.ContainingType.Equals(this.ContainingType, compareKind); 231return Hash.Combine(this.ContainingType.GetHashCode(), this.Name.GetHashCode());