6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2901if (GetDeclarationCount(newFullDecl) == 1) 2994var count = GetDeclarationCount(multiPartDeclaration); 3044if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3083if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3103var count = GetDeclarationCount(multiPartDeclaration); 3178if (full != declaration && GetDeclarationCount(full) == 1)