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)
985_results.UninferableResult.Set(meth, _pCurrentType, _pCurrentTypeArgs); 1168if (_results.UninferableResult || _mpwiCantInferInstArg) 1170if (!_results.UninferableResult) 1173_results.UninferableResult.Set(_mpwiCantInferInstArg.Sym as MethodSymbol, _mpwiCantInferInstArg.GetType(), _mpwiCantInferInstArg.TypeArgs); 1175Debug.Assert(_results.UninferableResult.Sym is MethodSymbol); 1177MethWithType 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);