5 references to Arity
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
1075return declaration.Arity;
Symbols\Source\SourceNamedTypeSymbol.cs (4)
102_typeParameterInfo = declaration.Arity == 0 146if (declaration.Arity == 0) 152var typeParameterNames = new string[declaration.Arity]; 153var typeParameterVarianceKeywords = new string[declaration.Arity];