2 references to IsNullable
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
425if (typeInfo.IsNullable)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
55if (typeInfo is { Kind: JsonTypeInfoKind.Object, IsNullable: false })