6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2899if (GetDeclarationCount(newFullDecl) == 1) 2992var count = GetDeclarationCount(multiPartDeclaration); 3042if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3081if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3101var count = GetDeclarationCount(multiPartDeclaration); 3176if (full != declaration && GetDeclarationCount(full) == 1)