6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2737if (GetDeclarationCount(newFullDecl) == 1) 2830var count = GetDeclarationCount(multiPartDeclaration); 2880if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2919if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2939var count = GetDeclarationCount(multiPartDeclaration); 3014if (full != declaration && GetDeclarationCount(full) == 1)