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