11 references to CreateInstance
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
ObjectFormatterTests.cs (3)
429Array x = Array.CreateInstance(typeof(Object), lengths: new int[] { 2, 3 }, lowerBounds: new int[] { 2, 9 });
433Array y = Array.CreateInstance(typeof(Object), lengths: new int[] { 1, 1 }, lowerBounds: new int[] { 0, 0 });
437Array z = Array.CreateInstance(typeof(Object), lengths: new int[] { 0, 0 }, lowerBounds: new int[] { 0, 0 });
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.Private.Windows.Polyfills.Tests (1)
System.Private.CoreLib (1)
System.Private.Windows.Core (1)
System.Private.Windows.Core.Tests (2)
System.Windows.Forms.Tests (2)