3 references to InUnsafeRegion
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Await.cs (1)
221
if (this.
InUnsafeRegion
&& !this.Flags.Includes(BinderFlags.AllowAwaitInUnsafeContext))
Binder\Binder_Statements.cs (1)
270
else if (
InUnsafeRegion
&& Compilation.IsFeatureEnabled(MessageID.IDS_FeatureRefUnsafeInIteratorAsync))
Binder\Binder_Unsafe.cs (1)
249
else if (!this.
InUnsafeRegion
)