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