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