28 references to ArrayBounds
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Initializers.vb (2)
237
Debug.Assert(syntax.
ArrayBounds
IsNot Nothing)
238
Dim arraySize = BindArrayBounds(syntax.
ArrayBounds
, diagnostics)
Binding\Binder_Statements.vb (3)
1126
If name.
ArrayBounds
IsNot Nothing Then
1128
boundArrayBounds = BindArrayBounds(name.
ArrayBounds
, diagnostics)
1250
If name.
ArrayBounds
IsNot Nothing Then
Binding\Binder_Utils.vb (3)
419
Return identifierSyntax.
ArrayBounds
IsNot Nothing OrElse identifierSyntax.ArrayRankSpecifiers.Count > 0
519
modifiedIdentifier.
ArrayBounds
Is Nothing)) AndAlso
559
Return ApplyArrayRankSpecifiersAndBoundsToType(baseType, modifiedIdentifier.ArrayRankSpecifiers, modifiedIdentifier.
ArrayBounds
, diagBag)
Generated\Syntax.xml.Main.Generated.vb (2)
2608
Dim newArrayBounds = DirectCast(Visit(node.
ArrayBounds
), ArgumentListSyntax)
2609
If node.
ArrayBounds
IsNot newArrayBounds Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (7)
11717
return Update(identifier, Me.Nullable, Me.
ArrayBounds
, Me.ArrayRankSpecifiers)
11742
return Update(Me.Identifier, nullable, Me.
ArrayBounds
, Me.ArrayRankSpecifiers)
11767
Dim _child = If(Me.
ArrayBounds
IsNot Nothing, Me.
ArrayBounds
, SyntaxFactory.ArgumentList())
11791
return Update(Me.Identifier, Me.Nullable, Me.
ArrayBounds
, arrayRankSpecifiers)
11812
Return Me.
ArrayBounds
11846
If identifier <> Me.Identifier OrElse nullable <> Me.Nullable OrElse arrayBounds IsNot Me.
ArrayBounds
OrElse arrayRankSpecifiers <> Me.ArrayRankSpecifiers Then
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (1)
157
If modifiedIdentifier.
ArrayBounds
IsNot Nothing Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\VisualBasic\CodeFixes\UseAutoProperty\VisualBasicUseAutoPropertyCodeFixProvider.vb (1)
104
Dim arrayBounds = identifier?.
ArrayBounds
Microsoft.CodeAnalysis.VisualBasic.Features (8)
EditAndContinue\BreakpointSpans.vb (1)
274
If name.
ArrayBounds
IsNot Nothing OrElse DirectCast(name.Parent, VariableDeclaratorSyntax).Names.Count > 1 Then
EditAndContinue\DeclarationBody\FieldWithMultipleArrayBoundsDeclarationBody.vb (2)
31
Return _identifier.
ArrayBounds
42
Return SyntaxUtilities.GetArrayBoundsCapturedVariables(model, _identifier.
ArrayBounds
)
EditAndContinue\DeclarationBody\FieldWithSingleArrayBoundsDeclarationBody.vb (2)
36
Return Name.
ArrayBounds
47
Return SyntaxUtilities.GetArrayBoundsCapturedVariables(model, Name.
ArrayBounds
)
EditAndContinue\SyntaxUtilities.vb (1)
64
If modifiedIdentifier.
ArrayBounds
IsNot Nothing Then
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
474
Return identifier.
ArrayBounds
IsNot Nothing OrElse
src\roslyn\src\Analyzers\VisualBasic\CodeFixes\UseAutoProperty\VisualBasicUseAutoPropertyCodeFixProvider.vb (1)
104
Dim arrayBounds = identifier?.
ArrayBounds
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
239
If modifiedIdentifier.
ArrayBounds
IsNot Nothing OrElse