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