1 write to _pLowerBounds
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
128
_pLowerBounds
= new List<CType>[pMethodTypeParameters.Count];
6 references to _pLowerBounds
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (6)
133
_pLowerBounds
[iBound] = new List<CType>();
184
if (!
_pLowerBounds
[iParam].Contains(pBound))
186
_pLowerBounds
[iParam].Add(pBound);
220
return !
_pLowerBounds
[iParam].IsEmpty() ||
1615
foreach (CType pCurrent in
_pLowerBounds
[iParam])
1644
foreach (CType pBound in
_pLowerBounds
[iParam])