1 write to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4272this.IsSynthesizedAsyncCatchAll = isSynthesizedAsyncCatchAll;
13 references to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitStatement.cs (1)
1222if (catchBlock.IsSynthesizedAsyncCatchAll)
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 (4)
4288if (locals != this.Locals || exceptionSourceOpt != this.ExceptionSourceOpt || !TypeSymbol.Equals(exceptionTypeOpt, this.ExceptionTypeOpt, TypeCompareKind.ConsiderEverything) || exceptionFilterPrologueOpt != this.ExceptionFilterPrologueOpt || exceptionFilterOpt != this.ExceptionFilterOpt || body != this.Body || isSynthesizedAsyncCatchAll != this.IsSynthesizedAsyncCatchAll) 11439return node.Update(node.Locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll); 13469return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll); 15938new TreeDumperNode("isSynthesizedAsyncCatchAll", node.IsSynthesizedAsyncCatchAll, null),
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
591isSynthesizedAsyncCatchAll: node.IsSynthesizedAsyncCatchAll); 636isSynthesizedAsyncCatchAll: node.IsSynthesizedAsyncCatchAll);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1285node.IsSynthesizedAsyncCatchAll);
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
111node.IsSynthesizedAsyncCatchAll);
Lowering\MethodToClassRewriter.cs (1)
142node.IsSynthesizedAsyncCatchAll);
Lowering\SpillSequenceSpiller.cs (1)
725return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);