5 references to IsParams
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1139
if (this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.
IsParams
())
Symbols\Source\SourceConstructorSymbol.cs (2)
302
if (this.
IsParams
() != implementation.
IsParams
())
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
515
if (definition.
IsParams
() != implementation.
IsParams
())