5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_InterpolatedString.cs (1)
955argumentsBuilder.Add(boundLiteral.Update(ConstantValue.Create(literalText), boundLiteral.Type));
Generated\BoundNodes.xml.Generated.cs (2)
11547return node.Update(node.ConstantValueOpt, type); 13631BoundLiteral updatedNode = node.Update(node.ConstantValueOpt, infoAndType.Type);
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
554return Constant(literal.Update(literal.ConstantValueOpt, promotedType));
Lowering\LocalRewriter\LocalRewriter_Literal.cs (1)
43return oldNodeOpt.Update(constantValue, type);