2 references to Allocate
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
131
TypeArray typeArgsOuter = TypeArray.
Allocate
(cvarOuter, typeArgsAll, 0);
132
TypeArray typeArgsInner = TypeArray.
Allocate
(agg.GetTypeVars().Count, typeArgsAll, cvarOuter);