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