2 writes to ContextForMemberLookup
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\BindingContext.cs (2)
15ContextForMemberLookup = context; 22ContextForMemberLookup = parent.ContextForMemberLookup;
10 references to ContextForMemberLookup
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (6)
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\BindingContext.cs (1)
22ContextForMemberLookup = parent.ContextForMemberLookup;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
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);