11 references to GetDeclarationCount
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CodeGeneration\VisualBasicSyntaxGenerator.vb (11)
1821If GetDeclarationCount(declaration) = 1 Then 1826If IsChildOf(declaration.Parent, SyntaxKind.FieldDeclaration) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1828ElseIf IsChildOf(declaration.Parent, SyntaxKind.LocalDeclarationStatement) And GetDeclarationCount(declaration.Parent.Parent) > 1 Then 1991If GetDeclarationCount(fd) = 1 Then 1997If GetDeclarationCount(ld) = 1 Then 3390If GetDeclarationCount(newFullDecl) = 1 Then 3471If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3497If fullDecl Is declaration OrElse GetDeclarationCount(fullDecl) = 1 Then 3525Dim count = GetDeclarationCount(declaration) 3574If GetDeclarationCount(member) > 1 Then 3620If IsChildOfVariableDeclaration(node) AndAlso GetDeclarationCount(node.Parent) = 1 Then