11 references to GetDeclarationCount
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CodeGeneration\VisualBasicSyntaxGenerator.vb (11)
1771If GetDeclarationCount(declaration) = 1 Then 1776If IsChildOf(declaration.Parent, SyntaxKind.FieldDeclaration) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1778ElseIf IsChildOf(declaration.Parent, SyntaxKind.LocalDeclarationStatement) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1941If GetDeclarationCount(fd) = 1 Then 1947If GetDeclarationCount(ld) = 1 Then 3340If GetDeclarationCount(newFullDecl) = 1 Then 3421If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3447If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3475Dim count = GetDeclarationCount(declaration) 3524If GetDeclarationCount(member) > 1 Then 3570If IsChildOfVariableDeclaration(node) AndAlso GetDeclarationCount(node.Parent) = 1 Then