11 references to GetDeclarationCount
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CodeGeneration\VisualBasicSyntaxGenerator.vb (11)
1776
If
GetDeclarationCount
(declaration) = 1 Then
1781
If IsChildOf(declaration.Parent, SyntaxKind.FieldDeclaration) And
GetDeclarationCount
(declaration.Parent.Parent) > 1 Then
1783
ElseIf IsChildOf(declaration.Parent, SyntaxKind.LocalDeclarationStatement) And
GetDeclarationCount
(declaration.Parent.Parent) > 1 Then
1946
If
GetDeclarationCount
(fd) = 1 Then
1952
If
GetDeclarationCount
(ld) = 1 Then
3345
If
GetDeclarationCount
(newFullDecl) = 1 Then
3426
If fullDecl Is declaration OrElse
GetDeclarationCount
(fullDecl) = 1 Then
3452
If fullDecl Is declaration OrElse
GetDeclarationCount
(fullDecl) = 1 Then
3480
Dim count =
GetDeclarationCount
(declaration)
3529
If
GetDeclarationCount
(member) > 1 Then
3575
If IsChildOfVariableDeclaration(node) AndAlso
GetDeclarationCount
(node.Parent) = 1 Then