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