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)
470if (Context.Checked) 1145if (explicitConversion && Context.Checked && !isConstantInRange(constSrc, typeDest, true))
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
359if (Context.Checked)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (5)
1179CalculateExprAndUnaryOpKinds(op, Context.Checked); 2117if (Context.Checked) 2124if (Context.Checked) 2135if (Context.Checked) 2142if (Context.Checked)