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