5 references to Arity
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
967return declaration.Arity;
Symbols\Source\SourceNamedTypeSymbol.cs (4)
99_typeParameterInfo = declaration.Arity == 0 142if (declaration.Arity == 0) 148var typeParameterNames = new string[declaration.Arity]; 149var typeParameterVarianceKeywords = new string[declaration.Arity];