8 references to InCatchBlock
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.cs (1)
53
RoslynDebug.Assert(!flags.Includes(BinderFlags.InNestedFinallyBlock) || flags.Includes(BinderFlags.InFinallyBlock | BinderFlags.
InCatchBlock
));
Binder\Binder_Await.cs (1)
226
else if (this.Flags.Includes(BinderFlags.
InCatchBlock
) &&
Binder\Binder_Expressions.cs (1)
4536
if (this.Flags.IncludesAny(BinderFlags.
InCatchBlock
| BinderFlags.InCatchFilter | BinderFlags.InFinallyBlock))
Binder\Binder_Statements.cs (2)
262
else if (this.Flags.Includes(BinderFlags.
InCatchBlock
))
444
else if (!this.Flags.Includes(BinderFlags.
InCatchBlock
))
Binder\BinderFlags.cs (1)
123
AllClearedAtExecutableCodeBoundary = InLockBody |
InCatchBlock
| InCatchFilter | InFinallyBlock | InTryBlockOfTryCatch | InNestedFinallyBlock,
Binder\CatchClauseBinder.cs (1)
21
: base(enclosing, (enclosing.Flags | BinderFlags.
InCatchBlock
) & ~BinderFlags.InNestedFinallyBlock)
Binder\LocalBinderFactory.cs (1)
912
if (_enclosing.Flags.Includes(BinderFlags.
InCatchBlock
))