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