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