1 write to Context
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
269
Context
= context;
20 references to Context
Microsoft.CSharp (20)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (7)
22
internal bool IsChecked => _binder.
Context
.Checked;
159
_binder.
Context
.ContextForMemberLookup,
233
CType bestType = TypeManager.GetBestAccessibleType(_binder.
Context
.ContextForMemberLookup, actualType);
738
_binder.
Context
.ContextForMemberLookup,
780
_binder.
Context
.ContextForMemberLookup,
1129
SymWithType swt = SymbolTable.LookupMember(name, callingObject, _binder.
Context
.ContextForMemberLookup, 0, mem, false, false);
1307
_binder.
Context
.ContextForMemberLookup,
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
470
if (
Context
.Checked)
529
new ExpressionBinder(new BindingContext(
Context
)).mustCast(expr, dest, flags);
1145
if (explicitConversion &&
Context
.Checked && !isConstantInRange(constSrc, typeDest, true))
1488
return new ExpressionBinder(new BindingContext(
Context
)).BindExplicitConversion(exprSrc, typeSrc, typeDest, flags);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
359
if (
Context
.Checked)
1619
private AggregateSymbol ContextForMemberLookup =>
Context
.ContextForMemberLookup;
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
195
&& CSemanticChecker.CheckTypeAccess(_typeDest, _binder.
Context
.ContextForMemberLookup))
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
1722
_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(_binder.
Context
.ContextForMemberLookup, pBest);
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)