6 instantiations of DataViewAlienBodyType
Microsoft.ML.Core.Tests (6)
UnitTests\TestCustomTypeRegister.cs (6)
62
DataViewTypeManager.Register(new
DataViewAlienBodyType
(RaceId), typeof(AlienBody), this);
246
var a = new
DataViewAlienBodyType
(9527);
248
var b = new
DataViewAlienBodyType
(9527);
295
DataViewTypeManager.Register(new
DataViewAlienBodyType
(5566), typeof(AlienBody));
304
var e = new
DataViewAlienBodyType
(7788);
318
var a = new
DataViewAlienBodyType
(7788);
6 references to DataViewAlienBodyType
Microsoft.ML.Core.Tests (6)
UnitTests\TestCustomTypeRegister.cs (6)
81
/// be <see cref="
DataViewAlienBodyType
"/>.
125
if (other is
DataViewAlienBodyType
otherAlien)
246
var
a = new DataViewAlienBodyType(9527);
248
var
b = new DataViewAlienBodyType(9527);
304
var
e = new DataViewAlienBodyType(7788);
318
var
a = new DataViewAlienBodyType(7788);