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