2 references to IsNullFilteringSupported
Microsoft.Extensions.VectorData.ConformanceTests (2)
TypeTests\DataTypeTests.cs (2)
367if (default(TTestType) == null && fixture.IsNullFilteringSupported && IsPropertyNullable(property)) 408if (default(TTestType) == null && fixture.IsNullFilteringSupported && (pocoProperty is null || IsPropertyNullable(pocoProperty)))