1 write to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4161this.IsSynthesizedAsyncCatchAll = isSynthesizedAsyncCatchAll;
13 references to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitStatement.cs (1)
1197if (catchBlock.IsSynthesizedAsyncCatchAll)
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 (4)
4177if (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) 11044return node.Update(node.Locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll); 13002return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll); 15378new TreeDumperNode("isSynthesizedAsyncCatchAll", node.IsSynthesizedAsyncCatchAll, null),
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
560isSynthesizedAsyncCatchAll: node.IsSynthesizedAsyncCatchAll); 605isSynthesizedAsyncCatchAll: node.IsSynthesizedAsyncCatchAll);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1269node.IsSynthesizedAsyncCatchAll);
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
111node.IsSynthesizedAsyncCatchAll);
Lowering\MethodToClassRewriter.cs (1)
142node.IsSynthesizedAsyncCatchAll);
Lowering\SpillSequenceSpiller.cs (1)
654return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.IsSynthesizedAsyncCatchAll);