7 references to Update
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (1)
906BoundExpression rewritten = sequence.Update(sequence.Locals,
Generated\BoundNodes.xml.Generated.cs (3)
11676return node.Update(node.Locals, sideEffects, value, type); 13757updatedNode = node.Update(locals, sideEffects, value, infoAndType.Type!); 13762updatedNode = node.Update(locals, sideEffects, value, node.Type);
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (1)
243return sequence.Update(
Lowering\MethodToClassRewriter.cs (1)
170return node.Update(newLocals, newSideEffects, newValue, newType);
Lowering\SpillSequenceSpiller.cs (1)
1459return node.Update(node.Locals, sideEffects, value, node.Type);