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