2 references to AllowAwaitInUnsafeContext
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Await.cs (1)
205
if (this.InUnsafeRegion && !this.Flags.Includes(BinderFlags.
AllowAwaitInUnsafeContext
))
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CompilationExtensions.cs (1)
157
BinderFlags.
AllowAwaitInUnsafeContext
|