2 writes to PropertyInfo
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModelBuilder.cs (1)
324property.PropertyInfo = clrProperty;
ProviderServices\PropertyModel.cs (1)
105PropertyInfo = propertyInfo;
6 references to PropertyInfo
Microsoft.Extensions.VectorData.Abstractions (6)
ProviderServices\CollectionJsonModelBuilder.cs (1)
76if (property.PropertyInfo?.GetCustomAttribute<JsonPropertyNameAttribute>() is { } jsonPropertyNameAttribute)
ProviderServices\CollectionModelBuilder.cs (1)
360if (Options.UsesExternalSerializer && property.PropertyInfo is not null)
ProviderServices\PropertyModel.cs (4)
49/// Gets or sets the reflection <see cref="PropertyInfo"/> for the .NET property. 52/// The reflection <see cref="PropertyInfo"/> for the .NET property. 71/// when a <see cref="PropertyInfo"/> is available (that is, during POCO mapping); 86if (PropertyInfo is { } propertyInfo)