2 writes to IntProp
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
428
IntProp
= new int[3] { 0, 1, 2 },
441
new ClassWithArrayProperties() {
IntProp
= new int[3] { -2, 1, 0 }, FloatProp = new float[3] { 0.99f, 0f, -0.99f }, StringProp = new string[2] { "", null } },