Base:
property
ParameterCount
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ParameterCount
5 references to ParameterCount
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
203
_addMethod.
ParameterCount
== 1 &&
204
_removeMethod.
ParameterCount
== 1 &&
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1142
if (this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.
ParameterCount
!= parameterCount || this.IsParams())
1178
if (!this.ReturnsVoid || this.IsGenericMethod || this.IsVararg || this.
ParameterCount
!= parameterCount || this.IsParams())
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
433
methodSymbol.
ParameterCount
!= 1)