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