1 write to prgptvs
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
29
prgptvs
= new List<TypeParameterType>();
3 references to prgptvs
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (3)
48
if (iv >=
prgptvs
.Count)
56
prgptvs
.Add(tpt);
60
tpt =
prgptvs
[iv];