1 write to _mpwiCantInferInstArg
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
81
_mpwiCantInferInstArg
= new MethPropWithInst();
6 references to _mpwiCantInferInstArg
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (6)
891
_mpwiCantInferInstArg
.Set(methSym, _pCurrentType, _pCurrentTypeArgs);
895
_mpwiCantInferInstArg
.Set(methSym, _pCurrentType, pTypeVars);
1167
if (_results.UninferableResult ||
_mpwiCantInferInstArg
)
1172
_results.UninferableResult.Set(
_mpwiCantInferInstArg
.Sym as MethodSymbol,
_mpwiCantInferInstArg
.GetType(),
_mpwiCantInferInstArg
.TypeArgs);