2 implementations of IBoundLocalDeclarations_Declarations
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundDimStatement.vb (1)
10Private ReadOnly Property IBoundLocalDeclarations_Declarations As ImmutableArray(Of BoundLocalDeclarationBase) Implements IBoundLocalDeclarations.Declarations
BoundTree\BoundLocalDeclaration.vb (1)
24Private ReadOnly Property IBoundLocalDeclarations_Declarations As ImmutableArray(Of BoundLocalDeclarationBase) Implements IBoundLocalDeclarations.Declarations
2 references to IBoundLocalDeclarations_Declarations
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundDimStatement.vb (1)
10Private ReadOnly Property IBoundLocalDeclarations_Declarations As ImmutableArray(Of BoundLocalDeclarationBase) Implements IBoundLocalDeclarations.Declarations
BoundTree\BoundLocalDeclaration.vb (1)
24Private ReadOnly Property IBoundLocalDeclarations_Declarations As ImmutableArray(Of BoundLocalDeclarationBase) Implements IBoundLocalDeclarations.Declarations