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