5 references to InNestedFinallyBlock
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.cs (1)
53RoslynDebug.Assert(!flags.Includes(BinderFlags.InNestedFinallyBlock) || flags.Includes(BinderFlags.InFinallyBlock | BinderFlags.InCatchBlock));
Binder\Binder_Statements.cs (1)
449else if (this.Flags.Includes(BinderFlags.InNestedFinallyBlock))
Binder\BinderFlags.cs (1)
123AllClearedAtExecutableCodeBoundary = InLockBody | InCatchBlock | InCatchFilter | InFinallyBlock | InTryBlockOfTryCatch | InNestedFinallyBlock,
Binder\CatchClauseBinder.cs (1)
21: base(enclosing, (enclosing.Flags | BinderFlags.InCatchBlock) & ~BinderFlags.InNestedFinallyBlock)
Binder\LocalBinderFactory.cs (1)
914additionalFlags |= BinderFlags.InNestedFinallyBlock;