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