Base:
property
ParameterCount
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ParameterCount
2 overrides of ParameterCount
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
37
internal override int
ParameterCount
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (1)
82
internal override int
ParameterCount
=> base.ParameterCount - 1;
1 reference to ParameterCount
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (1)
82
internal override int ParameterCount => base.
ParameterCount
- 1;