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