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