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