11 references to GetDeclarationCount
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CodeGeneration\VisualBasicSyntaxGenerator.vb (11)
1780If GetDeclarationCount(declaration) = 1 Then 1785If IsChildOf(declaration.Parent, SyntaxKind.FieldDeclaration) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1787ElseIf IsChildOf(declaration.Parent, SyntaxKind.LocalDeclarationStatement) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1950If GetDeclarationCount(fd) = 1 Then 1956If GetDeclarationCount(ld) = 1 Then 3339If GetDeclarationCount(newFullDecl) = 1 Then 3420If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3446If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3474Dim count = GetDeclarationCount(declaration) 3523If GetDeclarationCount(member) > 1 Then 3569If IsChildOfVariableDeclaration(node) AndAlso GetDeclarationCount(node.Parent) = 1 Then