1 write to IsNullable
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
442CaseInfo = new JsonUnionCaseInfo(caseType) { IsNullable = isNullable };
4 references to IsNullable
System.Text.Json (4)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
356if (caseInfo.IsNullable)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
170if (entry.CaseInfo.IsNullable)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1088if (unionCase.IsNullable)
System\Text\Json\Serialization\Metadata\JsonUnionCaseInfo.cs (1)
34/// the first union case whose <see cref="IsNullable"/> is <see langword="true"/>