5 writes to Bool
Microsoft.Extensions.VectorData.ConformanceTests (5)
FilterTests.cs (5)
617Bool = true, 628Bool = false, 639Bool = true, 650Bool = false, 660Bool = true,
13 references to Bool
Microsoft.Extensions.VectorData.ConformanceTests (13)
FilterTests.cs (13)
181r => r.Bool, 187r => r.Bool && r.Bool, 193r => r.Bool || !r.Bool, 288r => !r.Bool, 294r => !r.Bool && r.Int != int.MaxValue, 598new VectorStoreDataProperty(nameof(FilterRecord.Bool), typeof(bool)) { IsIndexed = true }, 679if (definitionProperties.Any(p => p.Name == nameof(FilterRecord.Bool))) 681Assert.Equal(x.Bool, y.Bool); 704if (definitionProperties.Any(p => p.Name == nameof(FilterRecord.Bool))) 706Assert.Equal(x.Bool, y["Bool"]);