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