6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2725
if (
GetDeclarationCount
(newFullDecl) == 1)
2818
var count =
GetDeclarationCount
(multiPartDeclaration);
2868
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2907
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2927
var count =
GetDeclarationCount
(multiPartDeclaration);
3002
if (full != declaration &&
GetDeclarationCount
(full) == 1)