6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2892
if (
GetDeclarationCount
(newFullDecl) == 1)
2985
var count =
GetDeclarationCount
(multiPartDeclaration);
3035
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3074
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
3094
var count =
GetDeclarationCount
(multiPartDeclaration);
3169
if (full != declaration &&
GetDeclarationCount
(full) == 1)