1 write to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4272
this.
IsSynthesizedAsyncCatchAll
= isSynthesizedAsyncCatchAll;
13 references to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitStatement.cs (1)
1222
if (catchBlock.
IsSynthesizedAsyncCatchAll
)
CodeGen\Optimizer.cs (2)
1744
return node.Update(node.Locals, exceptionSourceOpt, exceptionTypeOpt, filterPrologue, boundFilter, boundBlock, node.
IsSynthesizedAsyncCatchAll
);
2333
return node.Update(node.Locals, exceptionSource, type, filterPrologue, filter, body, node.
IsSynthesizedAsyncCatchAll
);
Generated\BoundNodes.xml.Generated.cs (4)
4288
if (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
)
11439
return node.Update(node.Locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);
13469
return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);
15938
new TreeDumperNode("isSynthesizedAsyncCatchAll", node.
IsSynthesizedAsyncCatchAll
, null),
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
591
isSynthesizedAsyncCatchAll: node.
IsSynthesizedAsyncCatchAll
);
636
isSynthesizedAsyncCatchAll: node.
IsSynthesizedAsyncCatchAll
);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1285
node.
IsSynthesizedAsyncCatchAll
);
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
111
node.
IsSynthesizedAsyncCatchAll
);
Lowering\MethodToClassRewriter.cs (1)
142
node.
IsSynthesizedAsyncCatchAll
);
Lowering\SpillSequenceSpiller.cs (1)
725
return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);