2 writes to Id
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\DictionaryModelBinderTest.cs (2)
321{ 23, new ModelWithProperties { Id = 43, Name = "Wilma" } }, 322{ 27, new ModelWithProperties { Id = 98, Name = "Fred" } },
4 references to Id
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\DictionaryModelBinderTest.cs (4)
716Id == other.Id && 723return nameCode ^ Id.GetHashCode(); 728return $"{{{ Id }, '{ Name }'}}";