6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2723
if (
GetDeclarationCount
(newFullDecl) == 1)
2816
var count =
GetDeclarationCount
(multiPartDeclaration);
2866
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2905
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2925
var count =
GetDeclarationCount
(multiPartDeclaration);
3000
if (full != declaration &&
GetDeclarationCount
(full) == 1)