9 references to Update
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\Optimizer.cs (2)
1744
return node.
Update
(node.Locals, exceptionSourceOpt, exceptionTypeOpt, filterPrologue, boundFilter, boundBlock, node.IsSynthesizedAsyncCatchAll);
2333
return node.
Update
(node.Locals, exceptionSource, type, filterPrologue, filter, body, node.IsSynthesizedAsyncCatchAll);
Generated\BoundNodes.xml.Generated.cs (2)
11439
return node.
Update
(node.Locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);
13469
return node.
Update
(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
581
catchAndPend = node.
Update
(
627
catchAndPend = node.
Update
(
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
104
return node.
Update
(
Lowering\MethodToClassRewriter.cs (1)
135
return node.
Update
(
Lowering\SpillSequenceSpiller.cs (1)
725
return node.
Update
(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);