3 references to InFixedStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Await.cs (1)
224if (this.Flags.Includes(BinderFlags.InFixedStatement) && !this.Flags.Includes(BinderFlags.AllowAwaitInUnsafeContext))
Binder\BinderFlags.cs (1)
123AllClearedAtExecutableCodeBoundary = InLockBody | InCatchBlock | InCatchFilter | InFinallyBlock | InTryBlockOfTryCatch | InNestedFinallyBlock | InFixedStatement,
Binder\FixedStatementBinder.cs (1)
23: base(enclosing, enclosing.Flags | BinderFlags.InFixedStatement)