3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (2)
11444return node.Update(node.ConstantValueOpt, type); 13479BoundLiteral updatedNode = node.Update(node.ConstantValueOpt, infoAndType.Type);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
554return Constant(literal.Update(literal.ConstantValueOpt, promotedType));