6 writes to Name
Microsoft.ML.Samples (6)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (6)
19new InputData() { Name = "Joey" }, 20new InputData() { Name = "Chandler" }, 21new InputData() { Name = "Ross" }, 22new InputData() { Name = "Monica" }, 23new InputData() { Name = "Rachel" }, 24new InputData() { Name = "Phoebe" },
3 references to Name
Microsoft.ML.Samples (3)
Dynamic\DataOperations\FilterRowsByCustomPredicate.cs (3)
33Console.WriteLine(row.Name); 49data, input => input.Name.StartsWith("r", StringComparison.OrdinalIgnoreCase)); 59Console.WriteLine(row.Name);