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