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