14 references to Set
Microsoft.CSharp (14)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (10)
243_results.InaccessibleResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 248_misnamed.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 255_mpwiBogus.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 891_mpwiCantInferInstArg.Set(methSym, _pCurrentType, _pCurrentTypeArgs); 895_mpwiCantInferInstArg.Set(methSym, _pCurrentType, pTypeVars); 921_mpwiParamTypeConstraints.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 952_results.BestResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 969_results.BestResult.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs); 984_results.UninferableResult.Set(meth, _pCurrentType, _pCurrentTypeArgs); 1172_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);