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