1 write to Name
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonPropertyNameAttribute.cs (1)
19
Name
= name;
3 references to Name
aspire (1)
Commands\SettingsSchemaBuilder.cs (1)
39
var jsonPropertyName = prop.GetCustomAttribute<JsonPropertyNameAttribute>()?.
Name
?? prop.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
;