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