10 references to Update
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\Optimizer.cs (2)
1677
return node.
Update
(node.Locals, exceptionSourceOpt, exceptionTypeOpt, filterPrologue, boundFilter, boundBlock, node.IsSynthesizedAsyncCatchAll);
2210
return node.
Update
(node.Locals, exceptionSource, type, filterPrologue, filter, body, node.IsSynthesizedAsyncCatchAll);
Generated\BoundNodes.xml.Generated.cs (2)
11044
return node.
Update
(node.Locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);
13002
return node.
Update
(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
550
catchAndPend = node.
Update
(
596
catchAndPend = node.
Update
(
Lowering\ClosureConversion\ClosureConversion.cs (1)
1262
return node.
Update
(
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
104
return node.
Update
(
Lowering\MethodToClassRewriter.cs (1)
135
return node.
Update
(
Lowering\SpillSequenceSpiller.cs (1)
654
return node.
Update
(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);