2 writes to _singleVectorProperty
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModel.cs (2)
91
public VectorPropertyModel VectorProperty =>
_singleVectorProperty
??= VectorProperties.Single();
131
_singleVectorProperty
??= VectorProperties switch
1 reference to _singleVectorProperty
Microsoft.Extensions.VectorData.Abstractions (1)
ProviderServices\CollectionModel.cs (1)
138
return
_singleVectorProperty
;