2 writes to Id
Microsoft.AspNetCore.Components.QuickGrid.Tests (2)
GridRaceConditionTest.cs (2)
110new() { Id = 1, Name = "John" }, 111new() { Id = 2, Name = "Jane" }
1 reference to Id
Microsoft.AspNetCore.Components.QuickGrid.Tests (1)
GridRaceConditionTest.cs (1)
121b.AddAttribute(1, "Property", (System.Linq.Expressions.Expression<Func<Person, int>>)(p => p.Id));