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