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