6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2757
if (
GetDeclarationCount
(newFullDecl) == 1)
2850
var count =
GetDeclarationCount
(multiPartDeclaration);
2900
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2939
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2959
var count =
GetDeclarationCount
(multiPartDeclaration);
3034
if (full != declaration &&
GetDeclarationCount
(full) == 1)