7 references to New
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundArrayAccess.vb (1)
16
Me.
New
(syntax, expression, indices, True, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
803
Dim result = New
BoundArrayAccess
(Me.Syntax, expression, indices, isLValue, type, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (1)
280
boundCurrent = New
BoundArrayAccess
(syntaxNode,
Lowering\SyntheticBoundNodeFactory.vb (1)
790
Dim boundNode = New
BoundArrayAccess
(_syntax, array, indices, isLValue, (DirectCast(array.Type, ArrayTypeSymbol)).ElementType)
Symbols\Source\SynthesizedSubmissionConstructorSymbol.vb (3)
79
New
BoundArrayAccess
(syntax, submissionArrayReference, ImmutableArray.Create(Of BoundExpression)(New BoundLiteral(syntax, ConstantValue.Create(slotIndex), intType)), isLValue:=True, type:=objectType),
93
New
BoundArrayAccess
(syntax, submissionArrayReference, ImmutableArray.Create(Of BoundExpression)(New BoundLiteral(syntax, ConstantValue.Create(0), intType)), isLValue:=False, type:=objectType),
113
New
BoundArrayAccess
(syntax, submissionArrayReference, ImmutableArray.Create(Of BoundExpression)(New BoundLiteral(syntax, ConstantValue.Create(targetSubmissionId), intType)), isLValue:=False, type:=objectType),