2 writes to UnionNullableCaseType
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1090UnionNullableCaseType = unionCase.CaseType; 1095UnionNullableCaseType = null;
1 reference to UnionNullableCaseType
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Union\JsonUnionConverter.cs (1)
43Type? nullableCaseType = typeInfo.UnionNullableCaseType;