2 references to TypeArray
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (2)
84
public static readonly TypeArray Empty = new
TypeArray
(Array.Empty<CType>());
133
result = new
TypeArray
(types);