1 write to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4272
this.
IsSynthesizedAsyncCatchAll
= isSynthesizedAsyncCatchAll;
12 references to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.CSharp (12)
CodeGen\EmitStatement.cs (1)
1222
if (catchBlock.
IsSynthesizedAsyncCatchAll
)
CodeGen\Optimizer.cs (2)
1753
return node.Update(node.Locals, exceptionSourceOpt, exceptionTypeOpt, filterPrologue, boundFilter, boundBlock, node.
IsSynthesizedAsyncCatchAll
);
2342
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
)
11555
return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);
13644
return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);
16116
new TreeDumperNode("isSynthesizedAsyncCatchAll", node.
IsSynthesizedAsyncCatchAll
, null),
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (2)
651
isSynthesizedAsyncCatchAll: node.
IsSynthesizedAsyncCatchAll
);
696
isSynthesizedAsyncCatchAll: node.
IsSynthesizedAsyncCatchAll
);
Lowering\ClosureConversion\ClosureConversion.cs (1)
1288
node.
IsSynthesizedAsyncCatchAll
);
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
111
node.
IsSynthesizedAsyncCatchAll
);
Lowering\SpillSequenceSpiller.cs (1)
735
return node.Update(locals, exceptionSourceOpt, exceptionTypeOpt, exceptionFilterPrologueOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
);