6 references to None
System.Text.Json (6)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
82if (cacheResult && typeInfo.Kind is not JsonTypeInfoKind.None && 351Debug.Assert(typeInfo.Kind is JsonTypeInfoKind.None);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
91Debug.Assert(typeInfo.Kind != JsonTypeInfoKind.None);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
313if (Kind == JsonTypeInfoKind.None) 466/// are metadata-agnostic and thus always resolve to <see cref="JsonTypeInfoKind.None"/>.
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
64if (Kind == JsonTypeInfoKind.None)