6 references to IsParams
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1140if (this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.IsParams()) 1176if (!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)
520if (definition.IsParams() != implementation.IsParams())