1 write to _mpwiCantInferInstArg
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
82
_mpwiCantInferInstArg
= new MethPropWithInst();
6 references to _mpwiCantInferInstArg
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (6)
892
_mpwiCantInferInstArg
.Set(methSym, _pCurrentType, _pCurrentTypeArgs);
896
_mpwiCantInferInstArg
.Set(methSym, _pCurrentType, pTypeVars);
1168
if (_results.UninferableResult ||
_mpwiCantInferInstArg
)
1173
_results.UninferableResult.Set(
_mpwiCantInferInstArg
.Sym as MethodSymbol,
_mpwiCantInferInstArg
.GetType(),
_mpwiCantInferInstArg
.TypeArgs);