6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2898if (GetDeclarationCount(newFullDecl) == 1) 2991var count = GetDeclarationCount(multiPartDeclaration); 3041if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3080if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3100var count = GetDeclarationCount(multiPartDeclaration); 3175if (full != declaration && GetDeclarationCount(full) == 1)