6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2894
if (
GetDeclarationCount
(newFullDecl) == 1)
2987
var count =
GetDeclarationCount
(multiPartDeclaration);
3037
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3076
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3096
var count =
GetDeclarationCount
(multiPartDeclaration);
3171
if (full != declaration &&
GetDeclarationCount
(full) == 1)