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