4 references to JsonPropertyInfo
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
171var propertyInfo = new JsonPropertyInfo<T>(propertyInfoValues.DeclaringType, declaringTypeInfo: null, options);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
306JsonPropertyInfo info = new JsonPropertyInfo<object>(typeof(object), declaringTypeInfo: null, options: null!);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (2)
124return new JsonPropertyInfo<T>( 136return new JsonPropertyInfo<T>(declaringType ?? declaringTypeInfo.Type, declaringTypeInfo, options)