6 references to Update
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\BoundNodes.xml.Generated.vb (1)
12470
Return node.
Update
(node.IsParamArrayArgument, bounds, initializerOpt, arrayLiteralOpt, node.ArrayLiteralConversion, type)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (2)
720
Return node.
Update
(node.IsParamArrayArgument,
738
node.
Update
(node.IsParamArrayArgument,
Lowering\LocalRewriter\LocalRewriter.vb (1)
895
Return MyBase.VisitArrayCreation(node.
Update
(node.IsParamArrayArgument,
Lowering\UseTwiceRewriter.vb (2)
505
first = boundArray.
Update
(boundArray.IsParamArrayArgument, boundArray.Bounds,
507
second = boundArray.
Update
(boundArray.IsParamArrayArgument, boundArray.Bounds,