5 references to CheckedContext
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Binder.cs (5)
39
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
73
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
243
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
266
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
288
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;