Base:
property
ContainingSymbol
Microsoft.CodeAnalysis.CSharp.Symbol.ContainingSymbol
6 references to ContainingSymbol
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (3)
490
return Ordinal == other.Ordinal &&
ContainingSymbol
.Equals(other.
ContainingSymbol
, compareKind);
495
return Hash.Combine(
ContainingSymbol
, Ordinal.GetHashCode());
Symbols\Synthesized\SynthesizedParameterSymbol.cs (3)
184
if (this.HasUnscopedRefAttribute && this.
ContainingSymbol
is SynthesizedDelegateInvokeMethod)
189
if (this.IsParams && this.
ContainingSymbol
is SynthesizedDelegateInvokeMethod)
197
this.
ContainingSymbol
is SynthesizedDelegateInvokeMethod or SynthesizedClosureMethod)