4 references to CreateInstance
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ArrayOperations.cs (1)
92Array array = Array.CreateInstance(_elementType, lengths);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
190return CreateInstance(elementType, intLengths); 242/// <remarks>When the array type is readily available, this method should be preferred over <see cref="CreateInstance(Type, int[])"/>, as it has
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (1)
477Array.CreateInstance(pr._arrayElementType, pr._lengthA) :