4 references to InLockBody
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Await.cs (2)
143
this.Flags.Includes(BinderFlags.
InLockBody
);
229
else if (this.Flags.Includes(BinderFlags.
InLockBody
))
Binder\BinderFlags.cs (1)
123
AllClearedAtExecutableCodeBoundary =
InLockBody
| InCatchBlock | InCatchFilter | InFinallyBlock | InTryBlockOfTryCatch | InNestedFinallyBlock | InFixedStatement,
Binder\LocalBinderFactory.cs (1)
734
Binder statementBinder = lockBinder.WithAdditionalFlags(BinderFlags.
InLockBody
);