2 writes to PropertyInfo
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModelBuilder.cs (1)
324
property.
PropertyInfo
= clrProperty;
ProviderServices\PropertyModel.cs (1)
105
PropertyInfo
= propertyInfo;
6 references to PropertyInfo
Microsoft.Extensions.VectorData.Abstractions (6)
ProviderServices\CollectionJsonModelBuilder.cs (1)
76
if (property.
PropertyInfo
?.GetCustomAttribute<JsonPropertyNameAttribute>() is { } jsonPropertyNameAttribute)
ProviderServices\CollectionModelBuilder.cs (1)
360
if (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);
86
if (
PropertyInfo
is { } propertyInfo)