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