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