6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2757if (GetDeclarationCount(newFullDecl) == 1) 2850var count = GetDeclarationCount(multiPartDeclaration); 2900if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2939if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2959var count = GetDeclarationCount(multiPartDeclaration); 3034if (full != declaration && GetDeclarationCount(full) == 1)