1 write to _pExactBounds
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
129
_pExactBounds
= new List<CType>[pMethodTypeParameters.Count];
7 references to _pExactBounds
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (7)
134
_pExactBounds
[iBound] = new List<CType>();
207
if (!
_pExactBounds
[iParam].Contains(pBound))
209
_pExactBounds
[iParam].Add(pBound);
220
!
_pExactBounds
[iParam].IsEmpty() ||
1600
if (
_pExactBounds
[iParam].Count >= 2)
1610
if (
_pExactBounds
[iParam].IsEmpty())
1632
initialCandidates.Add(
_pExactBounds
[iParam].Head());