3 references to JsonObjectInfoValues
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (1)
63public static JsonTypeInfo<T> CreateObjectInfo<T>(JsonSerializerOptions options, JsonObjectInfoValues<T> objectInfo) where T : notnull
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (2)
29private static JsonTypeInfo<T> CreateCore<T>(JsonSerializerOptions options, JsonObjectInfoValues<T> objectInfo) 100private static JsonConverter<T> GetConverter<T>(JsonObjectInfoValues<T> objectInfo)