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