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