Base:
property
ContainingSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingSymbol
7 references to ContainingSymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (3)
497return Ordinal == other.Ordinal && ContainingSymbol.Equals(other.ContainingSymbol, compareKind); 502return Hash.Combine(ContainingSymbol, Ordinal.GetHashCode());
Symbols\Synthesized\SynthesizedParameterSymbol.cs (4)
192if (this.HasUnscopedRefAttribute && this.ContainingSymbol is SynthesizedDelegateInvokeMethod) 197if (this.IsParamsArray && this.ContainingSymbol is SynthesizedDelegateInvokeMethod) 201else if (this.IsParamsCollection && this.ContainingSymbol is SynthesizedDelegateInvokeMethod) 209this.ContainingSymbol is SynthesizedDelegateInvokeMethod or SynthesizedClosureMethod)