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)
1648if (pBound != pCandidate && !_binder.canConvert(pBound, pCandidate)) 1666if (pBound != pCandidate && !_binder.canConvert(pCandidate, pBound)) 1686if (pCandidate != pCandidate2 && !_binder.canConvert(pCandidate2, pCandidate)) 1722_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(_binder.Context.ContextForMemberLookup, pBest);