6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2888
if (
GetDeclarationCount
(newFullDecl) == 1)
2981
var count =
GetDeclarationCount
(multiPartDeclaration);
3031
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3070
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3090
var count =
GetDeclarationCount
(multiPartDeclaration);
3165
if (full != declaration &&
GetDeclarationCount
(full) == 1)