5 writes to Int2
Microsoft.Extensions.VectorData.ConformanceTests (5)
FilterTests.cs (5)
618
Int2
= 80,
629
Int2
= 90,
640
Int2
= 9,
651
Int2
= 100,
662
Int2
= 101,
6 references to Int2
Microsoft.Extensions.VectorData.ConformanceTests (6)
FilterTests.cs (6)
244
r => (r.Int == 8 && r.String == "foo") && r.
Int2
== 80,
250
r => (r.Int == 8 && r.String == "foo") || r.
Int2
== 100,
599
new VectorStoreDataProperty(nameof(FilterRecord.
Int2
), typeof(int)) { IsIndexed = true },
677
Assert.Equal(x.
Int2
, y.
Int2
);
702
Assert.Equal(x.
Int2
, y["Int2"]);