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