6 references to Arity
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1309
if (methodDeclSyntax.
Arity
> 0)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
111
if (syntax.
Arity
== 0)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
MemberDeclarationSyntaxExtensions.cs (1)
83
return ((MethodDeclarationSyntax)member).
Arity
;
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\WhereKeywordRecommender.cs (1)
75
if (decl != null && decl.
Arity
> 0)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
MemberDeclarationSyntaxExtensions.cs (1)
83
return ((MethodDeclarationSyntax)member).
Arity
;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.NodeNameGenerator.cs (1)
206
AppendArity(builder, methodDeclaration.
Arity
);