6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2888if (GetDeclarationCount(newFullDecl) == 1) 2981var count = GetDeclarationCount(multiPartDeclaration); 3031if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3070if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 3090var count = GetDeclarationCount(multiPartDeclaration); 3165if (full != declaration && GetDeclarationCount(full) == 1)