3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (2)
77
rewrittenObjectCreation = node.
Update
(constructor, rewrittenArguments, argumentRefKindsOpt, MakeObjectCreationInitializerForExpressionTree(node.InitializerExpressionOpt), changeTypeOpt: constructor.ContainingType);
94
rewrittenObjectCreation = node.
Update
(constructor, rewrittenArguments, argumentRefKindsOpt, newInitializerExpression: null, changeTypeOpt: constructor.ContainingType);
Lowering\SpillSequenceSpiller.cs (1)
488
return objectCreationExpression.
Update
(objectCreationExpression.Constructor,