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