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