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; 163_binder.Context.ContextForMemberLookup, 239CType bestType = TypeManager.GetBestAccessibleType(_binder.Context.ContextForMemberLookup, actualType); 760_binder.Context.ContextForMemberLookup, 802_binder.Context.ContextForMemberLookup, 1155SymWithType swt = SymbolTable.LookupMember(name, callingObject, _binder.Context.ContextForMemberLookup, 0, mem, false, false); 1337_binder.Context.ContextForMemberLookup,
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
485if (Context.Checked) 548new ExpressionBinder(new BindingContext(Context)).mustCast(expr, dest, flags); 1176if (explicitConversion && Context.Checked && !isConstantInRange(constSrc, typeDest, true)) 1523return new ExpressionBinder(new BindingContext(Context)).BindExplicitConversion(exprSrc, typeSrc, typeDest, flags);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
367if (Context.Checked) 1648private 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)
1204CalculateExprAndUnaryOpKinds(op, Context.Checked); 2168if (Context.Checked) 2175if (Context.Checked) 2186if (Context.Checked) 2193if (Context.Checked)