7 references to Update
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundArrayAccess.vb (1)
25
Return
Update
(_Expression, _Indices, False, Type)
Generated\BoundNodes.xml.Generated.vb (1)
12089
Return node.
Update
(expression, indices, node.IsLValue, type)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (1)
787
rewritten.
Update
(result.ReceiverOpt,
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (1)
302
array = array.
Update
(spilledExpression, spilledIndices.AsImmutableOrNull, array.IsLValue, array.Type)
Lowering\UseTwiceRewriter.vb (2)
238
Dim second = node.
Update
(boundArrayTemp, indicesSecond.AsImmutableOrNull(), node.IsLValue, node.Type)
239
Dim first = node.
Update
(storeArray, indicesFirst.AsImmutableOrNull(), node.IsLValue, node.Type)
Lowering\WithExpressionRewriter.vb (1)
136
Return value.
Update
(boundArrayTemp, indices.AsImmutableOrNull(), value.IsLValue, value.Type)