2 writes to HandCount
Microsoft.ML.Core.Tests (2)
UnitTests\TestCustomTypeRegister.cs (2)
38
HandCount
= handCount;
166
output.Merged.
HandCount
= input.One.HandCount + input.Two.HandCount;
11 references to HandCount
Microsoft.ML.Core.Tests (11)
UnitTests\TestCustomTypeRegister.cs (11)
166
output.Merged.HandCount = input.One.
HandCount
+ input.Two.
HandCount
;
202
Assert.Equal(tribeEnumerable[0].Merged.
HandCount
, tribe[0].One.
HandCount
+ tribe[0].Two.
HandCount
);
214
Assert.Equal(superAlien.Merged.
HandCount
, alien.One.
HandCount
+ alien.Two.
HandCount
);
237
Assert.Equal(superAlien.Merged.
HandCount
, alien.One.
HandCount
+ alien.Two.
HandCount
);