1 write to UnknownTypeHandling
Microsoft.Diagnostics.DataContractReader (1)
_generated\13\ContractDescriptorContext.g.cs (1)
29UnknownTypeHandling = global::System.Text.Json.Serialization.JsonUnknownTypeHandling.JsonElement,
7 references to UnknownTypeHandling
System.Text.Json (7)
src\runtime\src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
146/// Specifies the default value of <see cref="JsonSerializerOptions.UnknownTypeHandling"/> when set.
System\Text\Json\Nodes\JsonNode.cs (1)
15/// <seealso cref="JsonSerializerOptions.UnknownTypeHandling"/> to specify that a type
System\Text\Json\Serialization\Attributes\JsonExtensionDataAttribute.cs (1)
19/// <see cref="JsonElement"/> depending on the value of <see cref="System.Text.Json.JsonSerializerOptions.UnknownTypeHandling"/>.
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (4)
99if (options.UnknownTypeHandling == JsonUnknownTypeHandling.JsonElement) 104Debug.Assert(options.UnknownTypeHandling == JsonUnknownTypeHandling.JsonNode); 112if (options.UnknownTypeHandling == JsonUnknownTypeHandling.JsonElement) 130Debug.Assert(options.UnknownTypeHandling == JsonUnknownTypeHandling.JsonNode);