Base:
property
IsParamsArray
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.IsParamsArray
1 override of IsParamsArray
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
383
public override bool
IsParamsArray
=> _isParams && Type.IsSZArray();
1 reference to IsParamsArray
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
199
if (this.
IsParamsArray
&& this.ContainingSymbol is SynthesizedDelegateInvokeMethod)