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