1 write to IsComplete
RateLimitingSample (1)
Program.cs (1)
89
todo.
IsComplete
= inputTodo.IsComplete;
2 references to IsComplete
RateLimitingSample (2)
Program.cs (2)
62
await db.Todos.Where(t => t.
IsComplete
).ToListAsync())
89
todo.IsComplete = inputTodo.
IsComplete
;