1 write to UninferableResult
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinderResult.cs (1)
26
UninferableResult
= new MethPropWithInst();
9 references to UninferableResult
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (7)
984
_results.
UninferableResult
.Set(meth, _pCurrentType, _pCurrentTypeArgs);
1167
if (_results.
UninferableResult
|| _mpwiCantInferInstArg)
1169
if (!_results.
UninferableResult
)
1172
_results.
UninferableResult
.Set(_mpwiCantInferInstArg.Sym as MethodSymbol, _mpwiCantInferInstArg.GetType(), _mpwiCantInferInstArg.TypeArgs);
1174
Debug.Assert(_results.
UninferableResult
.Sym is MethodSymbol);
1176
MethWithType mwtCantInfer = new MethWithType(_results.
UninferableResult
.Meth(), _results.
UninferableResult
.GetType());
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinderResult.cs (2)
70
if (
UninferableResult
.Sym == null)
79
return IsBetterThanCurrent(
UninferableResult
.TypeArgs, pTypeArguments);