6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2899
if (
GetDeclarationCount
(newFullDecl) == 1)
2992
var count =
GetDeclarationCount
(multiPartDeclaration);
3042
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3081
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3101
var count =
GetDeclarationCount
(multiPartDeclaration);
3176
if (full != declaration &&
GetDeclarationCount
(full) == 1)