2 writes to HandCount
Microsoft.ML.Samples (2)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (2)
80HandCount = handCount; 213output.Merged.HandCount = input.One.HandCount + input.Two.HandCount;
4 references to HandCount
Microsoft.ML.Samples (4)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (4)
43+ firstAlien.Merged.HandCount + " hands."); 57", and " + superAlien.Merged.HandCount + " hands."); 213output.Merged.HandCount = input.One.HandCount + input.Two.HandCount;