1 write to _arity
Microsoft.CodeAnalysis.CSharp (1)
Declarations\SingleTypeDeclaration.cs (1)
89
_arity
= (ushort)arity;
3 references to _arity
Microsoft.CodeAnalysis.CSharp (3)
Declarations\SingleTypeDeclaration.cs (3)
117
return
_arity
;
248
if ((thisDecl.
_arity
!= otherDecl.
_arity
) ||