1 write to IsNullable
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
311
IsNullable
= DetermineParameterNullability(reflectionInfo, nullabilityCtx) is not NullabilityState.NotNull,
1 reference to IsNullable
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
122
_isSetNullable = parameterInfoValues.
IsNullable
;