2 instantiations of ClassWithConstField
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
229
new
ClassWithConstField
(){ fInt=1, fString ="lala" },
230
new
ClassWithConstField
(){ fInt=-1, fString ="" },
2 references to ClassWithConstField
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
227
var data = new List<
ClassWithConstField
>()
235
var enumeratorSimple = env.Data.CreateEnumerable<
ClassWithConstField
>(dataView, false).GetEnumerator();