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