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