1 write to _mpwiParamTypeConstraints
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
78
_mpwiParamTypeConstraints
= new MethPropWithInst();
3 references to _mpwiParamTypeConstraints
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
921
_mpwiParamTypeConstraints
.Set(_pCurrentSym, _pCurrentType, _pCurrentTypeArgs);
1186
if (
_mpwiParamTypeConstraints
)
1189
TypeBind.CheckMethConstraints(new MethWithInst(
_mpwiParamTypeConstraints
));