6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2736if (GetDeclarationCount(newFullDecl) == 1) 2829var count = GetDeclarationCount(multiPartDeclaration); 2879if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2918if (fullDecl == declaration || GetDeclarationCount(fullDecl) == 1) 2938var count = GetDeclarationCount(multiPartDeclaration); 3013if (full != declaration && GetDeclarationCount(full) == 1)