6 references to GetDeclarationCount
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (6)
2737
if (
GetDeclarationCount
(newFullDecl) == 1)
2830
var count =
GetDeclarationCount
(multiPartDeclaration);
2880
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2919
if (fullDecl == declaration ||
GetDeclarationCount
(fullDecl) == 1)
2939
var count =
GetDeclarationCount
(multiPartDeclaration);
3014
if (full != declaration &&
GetDeclarationCount
(full) == 1)