6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2896if (GetDeclarationCount(newFullDecl) == 1) 2989var count = GetDeclarationCount(multiPartDeclaration); 3039if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3078if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3098var count = GetDeclarationCount(multiPartDeclaration); 3173if (full != declaration && GetDeclarationCount(full) == 1)