2 references to UpdateArgumentsAndInitializer
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (2)
76
rewrittenObjectCreation = node.
UpdateArgumentsAndInitializer
(rewrittenArguments, argumentRefKindsOpt, MakeObjectCreationInitializerForExpressionTree(node.InitializerExpressionOpt), changeTypeOpt: node.Constructor.ContainingType);
87
rewrittenObjectCreation = node.
UpdateArgumentsAndInitializer
(rewrittenArguments, argumentRefKindsOpt, newInitializerExpression: null, changeTypeOpt: node.Constructor.ContainingType);