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