2 writes to Checked
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BindingContext.cs (2)
16Checked = isChecked; 23Checked = false;
9 references to Checked
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
22internal bool IsChecked => _binder.Context.Checked;
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
485if (Context.Checked) 1176if (explicitConversion && Context.Checked && !isConstantInRange(constSrc, typeDest, true))
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
367if (Context.Checked)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (5)
1204CalculateExprAndUnaryOpKinds(op, Context.Checked); 2168if (Context.Checked) 2175if (Context.Checked) 2186if (Context.Checked) 2193if (Context.Checked)