6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2723if (GetDeclarationCount(newFullDecl) == 1) 2816var count = GetDeclarationCount(multiPartDeclaration); 2866if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2905if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2925var count = GetDeclarationCount(multiPartDeclaration); 3000if (full != declaration && GetDeclarationCount(full) == 1)