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