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;
163
_binder.
Context
.ContextForMemberLookup,
239
CType bestType = TypeManager.GetBestAccessibleType(_binder.
Context
.ContextForMemberLookup, actualType);
760
_binder.
Context
.ContextForMemberLookup,
802
_binder.
Context
.ContextForMemberLookup,
1155
SymWithType swt = SymbolTable.LookupMember(name, callingObject, _binder.
Context
.ContextForMemberLookup, 0, mem, false, false);
1337
_binder.
Context
.ContextForMemberLookup,
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
485
if (
Context
.Checked)
548
new ExpressionBinder(new BindingContext(
Context
)).mustCast(expr, dest, flags);
1176
if (explicitConversion &&
Context
.Checked && !isConstantInRange(constSrc, typeDest, true))
1523
return new ExpressionBinder(new BindingContext(
Context
)).BindExplicitConversion(exprSrc, typeSrc, typeDest, flags);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
367
if (
Context
.Checked)
1648
private AggregateSymbol ContextForMemberLookup =>
Context
.ContextForMemberLookup;
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
196
&& CSemanticChecker.CheckTypeAccess(_typeDest, _binder.
Context
.ContextForMemberLookup))
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
1723
_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(_binder.
Context
.ContextForMemberLookup, pBest);
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)