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