6 references to IsParams
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1173
if (this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.
IsParams
())
1209
if (!this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.
IsParams
())
Symbols\Source\SourceConstructorSymbol.cs (2)
321
if (this.
IsParams
() != implementation.
IsParams
())
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
552
if (definition.
IsParams
() != implementation.
IsParams
())