6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2895if (GetDeclarationCount(newFullDecl) == 1) 2988var count = GetDeclarationCount(multiPartDeclaration); 3038if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3077if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3097var count = GetDeclarationCount(multiPartDeclaration); 3172if (full != declaration && GetDeclarationCount(full) == 1)