6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2725if (GetDeclarationCount(newFullDecl) == 1) 2818var count = GetDeclarationCount(multiPartDeclaration); 2868if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2907if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2927var count = GetDeclarationCount(multiPartDeclaration); 3002if (full != declaration && GetDeclarationCount(full) == 1)