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)
716
Id
== other.
Id
&&
723
return nameCode ^
Id
.GetHashCode();
728
return $"{{{
Id
}, '{ Name }'}}";