1 write to _pLowerBounds
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
127
_pLowerBounds
= new List<CType>[pMethodTypeParameters.Count];
6 references to _pLowerBounds
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (6)
132
_pLowerBounds
[iBound] = new List<CType>();
183
if (!
_pLowerBounds
[iParam].Contains(pBound))
185
_pLowerBounds
[iParam].Add(pBound);
219
return !
_pLowerBounds
[iParam].IsEmpty() ||
1614
foreach (CType pCurrent in
_pLowerBounds
[iParam])
1643
foreach (CType pBound in
_pLowerBounds
[iParam])