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