2 writes to _setter
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\PropertyModel.cs (2)
107
_setter
= (record, value) =>
137
_setter
= (record, value) => ((Dictionary<string, object?>)record)[ModelName] = value;
2 references to _setter
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\PropertyModel.cs (2)
155
Debug.Assert(
_setter
is not null, "Property accessors have not been configured.");
156
_setter
!(record, value);