1 write to _binder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
122
_binder
= exprBinder;
4 references to _binder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (4)
1648
if (pBound != pCandidate && !
_binder
.canConvert(pBound, pCandidate))
1666
if (pBound != pCandidate && !
_binder
.canConvert(pCandidate, pBound))
1686
if (pCandidate != pCandidate2 && !
_binder
.canConvert(pCandidate2, pCandidate))
1722
_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(
_binder
.Context.ContextForMemberLookup, pBest);