1 write to _binder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
123_binder = exprBinder;
4 references to _binder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (4)
1649if (pBound != pCandidate && !_binder.canConvert(pBound, pCandidate)) 1667if (pBound != pCandidate && !_binder.canConvert(pCandidate, pBound)) 1687if (pCandidate != pCandidate2 && !_binder.canConvert(pCandidate2, pCandidate)) 1723_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(_binder.Context.ContextForMemberLookup, pBest);