2 references to CreateInstance
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
293
/// <remarks>When the array type is readily available, this method should be preferred over <see cref="
CreateInstance
(Type, int[], int[])"/>, as it has
System.Private.Windows.Core (1)
Windows\Win32\System\Variant\VARIANT.cs (1)
697
return Array.
CreateInstance
(elementType, lengths, bounds);