1 write to _pExactBounds
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
130
_pExactBounds
= new List<CType>[pMethodTypeParameters.Count];
7 references to _pExactBounds
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (7)
135
_pExactBounds
[iBound] = new List<CType>();
208
if (!
_pExactBounds
[iParam].Contains(pBound))
210
_pExactBounds
[iParam].Add(pBound);
221
!
_pExactBounds
[iParam].IsEmpty() ||
1601
if (
_pExactBounds
[iParam].Count >= 2)
1611
if (
_pExactBounds
[iParam].IsEmpty())
1633
initialCandidates.Add(
_pExactBounds
[iParam].Head());