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