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)
159
_binder.Context.
ContextForMemberLookup
,
233
CType bestType = TypeManager.GetBestAccessibleType(_binder.Context.
ContextForMemberLookup
, actualType);
738
_binder.Context.
ContextForMemberLookup
,
780
_binder.Context.
ContextForMemberLookup
,
1129
SymWithType swt = SymbolTable.LookupMember(name, callingObject, _binder.Context.
ContextForMemberLookup
, 0, mem, false, false);
1307
_binder.Context.
ContextForMemberLookup
,
Microsoft\CSharp\RuntimeBinder\Semantics\BindingContext.cs (1)
22
ContextForMemberLookup = parent.
ContextForMemberLookup
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1619
private 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);