4 references to IsParams
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\Conversions.cs (1)
63if (invoke.IsParams())
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1095if (this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.IsParams())
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
692if (definition.IsParams() != implementation.IsParams())