3 references to InTryBlockOfTryCatch
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (1)
258
else if (this.Flags.Includes(BinderFlags.
InTryBlockOfTryCatch
))
Binder\BinderFlags.cs (1)
123
AllClearedAtExecutableCodeBoundary = InLockBody | InCatchBlock | InCatchFilter | InFinallyBlock |
InTryBlockOfTryCatch
| InNestedFinallyBlock,
Binder\LocalBinderFactory.cs (1)
860
Visit(node.Block, _enclosing.WithAdditionalFlags(BinderFlags.
InTryBlockOfTryCatch
));