7 references to None
System.Text.Json (7)
System\Text\Json\Serialization\Converters\Union\JsonUnionConverter.cs (1)
146
_ => JsonValueType.
None
,
System\Text\Json\Serialization\JsonConverter.cs (2)
229
/// for the given <paramref name="numberHandling"/>. Returning <see cref="JsonValueType.
None
"/> means
241
internal virtual JsonValueType GetSupportedJsonValueTypes(JsonNumberHandling numberHandling) => JsonValueType.
None
;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (4)
558
/// <see cref="JsonValueType.
None
"/> means no ambiguous shapes were detected.
1174
/// default. Custom (user-defined) converters return <see cref="JsonValueType.
None
"/> from
1188
JsonValueType ambiguousValueTypes = JsonValueType.
None
;
1201
if (valueTypes is JsonValueType.
None
)