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