1 write to Name
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonPropertyNameAttribute.cs (1)
19
Name
= name;
2 references to Name
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs (1)
69
=> attributes?.OfType<JsonPropertyNameAttribute>().FirstOrDefault()?.
Name
;
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
382
name = nameAttribute.
Name
;