14 references to Set
Microsoft.CSharp (14)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (10)
244_results.InaccessibleResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 249_misnamed.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 256_mpwiBogus.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 892_mpwiCantInferInstArg.Set(methSym, _pCurrentType, _pCurrentTypeArgs); 896_mpwiCantInferInstArg.Set(methSym, _pCurrentType, pTypeVars); 922_mpwiParamTypeConstraints.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 953_results.BestResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 970_results.BestResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 985_results.UninferableResult.Set(meth, _pCurrentType, _pCurrentTypeArgs); 1173_results.UninferableResult.Set(_mpwiCantInferInstArg.Sym as MethodSymbol, _mpwiCantInferInstArg.GetType(), _mpwiCantInferInstArg.TypeArgs);
Microsoft\CSharp\RuntimeBinder\Semantics\WithType.cs (4)
199Set(null, null, null); 209Set(mps, ats, typeArgs); 239Set(meth, ats, typeArgs); 243Set(mpwi.Sym as MethodSymbol, mpwi.Ats, mpwi.TypeArgs);