1 write to Type
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1016Type = type;
2 references to Type
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1032return Type == other.Type && string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);