1 implementation of ParameterCount
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
1234int IMethodSymbolInternal.ParameterCount => ParameterCount;
1 reference to ParameterCount
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1645int paramCount = attributeConstructor.ParameterCount;