5 references to CheckedContext
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Binder.cs (5)
37
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
70
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
233
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
255
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;
276
bool isChecked = (flags & CSharpBinderFlags.
CheckedContext
) != 0;