3 references to IsNullable
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
463
if (typeInfo.
IsNullable
)
System\Text\Json\Serialization\JsonUnionTypeStructuralClassifier.cs (1)
172
if (typeInfo is {
IsNullable
: true, ElementTypeInfo: JsonTypeInfo elementTypeInfo })
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
55
if (typeInfo is { Kind: JsonTypeInfoKind.Object,
IsNullable
: false })