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