8 references to IsSynthesizedAsyncCatchAll
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\EmitStatement.vb (1)
268
If catchBlock.
IsSynthesizedAsyncCatchAll
Then
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
1117
Return node.Update(node.LocalOpt, exceptionVariableOpt, errorLineNumberOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
)
Generated\BoundNodes.xml.Generated.vb (3)
5888
If localOpt IsNot Me.LocalOpt OrElse exceptionSourceOpt IsNot Me.ExceptionSourceOpt OrElse errorLineNumberOpt IsNot Me.ErrorLineNumberOpt OrElse exceptionFilterOpt IsNot Me.ExceptionFilterOpt OrElse body IsNot Me.Body OrElse isSynthesizedAsyncCatchAll <> Me.
IsSynthesizedAsyncCatchAll
Then
12714
Return node.Update(node.LocalOpt, exceptionSourceOpt, errorLineNumberOpt, exceptionFilterOpt, body, node.
IsSynthesizedAsyncCatchAll
)
14049
New TreeDumperNode("isSynthesizedAsyncCatchAll", node.
IsSynthesizedAsyncCatchAll
, Nothing)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
870
node.
IsSynthesizedAsyncCatchAll
)
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
181
node.
IsSynthesizedAsyncCatchAll
)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
463
isSynthesizedAsyncCatchAll:=node.
IsSynthesizedAsyncCatchAll
)