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)
1649
if (pBound != pCandidate && !
_binder
.canConvert(pBound, pCandidate))
1667
if (pBound != pCandidate && !
_binder
.canConvert(pCandidate, pBound))
1687
if (pCandidate != pCandidate2 && !
_binder
.canConvert(pCandidate2, pCandidate))
1723
_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(
_binder
.Context.ContextForMemberLookup, pBest);