5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (3)
12354return node.Update(bounds, initializerOpt, type); 14840updatedNode = node.Update(bounds, initializerOpt, infoAndType.Type!); 14845updatedNode = node.Update(bounds, initializerOpt, node.Type);
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1388return creation.Update(bounds, initialization.Update(elementsBuilder.ToImmutableAndFree()), creation.Type);
Lowering\SpillSequenceSpiller.cs (1)
835return UpdateExpression(builder, node.Update(bounds, init, node.Type));