2 references to AllowAwaitInUnsafeContext
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Await.cs (2)
224if (this.Flags.Includes(BinderFlags.InFixedStatement) && !this.Flags.Includes(BinderFlags.AllowAwaitInUnsafeContext)) 239else if (this.InUnsafeRegion && !this.Flags.Includes(BinderFlags.AllowAwaitInUnsafeContext) &&