11 references to GetDeclarationCount
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CodeGeneration\VisualBasicSyntaxGenerator.vb (11)
1953
If
GetDeclarationCount
(declaration) = 1 Then
1958
If IsChildOf(declaration.Parent, SyntaxKind.FieldDeclaration) And
GetDeclarationCount
(declaration.Parent.Parent) > 1 Then
1960
ElseIf IsChildOf(declaration.Parent, SyntaxKind.LocalDeclarationStatement) And
GetDeclarationCount
(declaration.Parent.Parent) > 1 Then
2123
If
GetDeclarationCount
(fd) = 1 Then
2129
If
GetDeclarationCount
(ld) = 1 Then
3658
If
GetDeclarationCount
(newFullDecl) = 1 Then
3739
If fullDecl Is declaration OrElse
GetDeclarationCount
(fullDecl) = 1 Then
3765
If fullDecl Is declaration OrElse
GetDeclarationCount
(fullDecl) = 1 Then
3793
Dim count =
GetDeclarationCount
(declaration)
3842
If
GetDeclarationCount
(member) > 1 Then
3888
If IsChildOfVariableDeclaration(node) AndAlso
GetDeclarationCount
(node.Parent) = 1 Then