1 write to _mpwiParamTypeConstraints
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
79
_mpwiParamTypeConstraints
= new MethPropWithInst();
3 references to _mpwiParamTypeConstraints
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
922
_mpwiParamTypeConstraints
.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs);
1187
if (
_mpwiParamTypeConstraints
)
1190
TypeBind.CheckMethConstraints(new MethWithInst(
_mpwiParamTypeConstraints
));