6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2896
if (
GetDeclarationCount
(newFullDecl) == 1)
2989
var count =
GetDeclarationCount
(multiPartDeclaration);
3039
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3078
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3098
var count =
GetDeclarationCount
(multiPartDeclaration);
3173
if (full != declaration &&
GetDeclarationCount
(full) == 1)