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