4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
11477return node.Update(bounds, initializerOpt, type); 13828updatedNode = node.Update(bounds, initializerOpt, infoAndType.Type!); 13833updatedNode = node.Update(bounds, initializerOpt, node.Type);
Lowering\SpillSequenceSpiller.cs (1)
752return UpdateExpression(builder, node.Update(bounds, init, node.Type));