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