6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2894if (GetDeclarationCount(newFullDecl) == 1) 2987var count = GetDeclarationCount(multiPartDeclaration); 3037if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3076if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3096var count = GetDeclarationCount(multiPartDeclaration); 3171if (full != declaration && GetDeclarationCount(full) == 1)