2 writes to Name
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" } },
5 references to Name
Microsoft.AspNetCore.Mvc.Core.Test (5)
ModelBinding\Binders\DictionaryModelBinderTest.cs (5)
717
string.Equals(
Name
, other.
Name
, StringComparison.Ordinal);
722
var nameCode =
Name
== null ? 0 :
Name
.GetHashCode();
728
return $"{{{ Id }, '{
Name
}'}}";