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