4 references to Arity
Microsoft.CodeAnalysis.VisualBasic (4)
Declarations\MergedTypeDeclaration.vb (1)
63
Return Me.Declarations(0).
Arity
Declarations\SingleTypeDeclaration.vb (3)
121
AndAlso decl1.
Arity
= decl2.
Arity
_
126
Return Hash.Combine(IdentifierComparison.GetHashCode(decl1.Name), Hash.Combine(decl1.
Arity
.GetHashCode(), CType(decl1.Kind, Integer)))