6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2901
if (
GetDeclarationCount
(newFullDecl) == 1)
2994
var count =
GetDeclarationCount
(multiPartDeclaration);
3044
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3083
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3103
var count =
GetDeclarationCount
(multiPartDeclaration);
3178
if (full != declaration &&
GetDeclarationCount
(full) == 1)