2 references to JsonPropertyInfoValues
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (1)
23
public static JsonPropertyInfo CreatePropertyInfo<T>(JsonSerializerOptions options,
JsonPropertyInfoValues
<T> propertyInfo)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
175
private static JsonPropertyInfo<T> CreatePropertyInfoCore<T>(
JsonPropertyInfoValues
<T> propertyInfoValues, JsonSerializerOptions options)