4 types derived from ConfigurationList
System.Text.Json (4)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1074private sealed class ConverterList : ConfigurationList<JsonConverter>
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.cs (1)
103private sealed class ModifierCollection : ConfigurationList<Action<JsonTypeInfo>>
System\Text\Json\Serialization\Metadata\JsonPolymorphismOptions.cs (1)
88private sealed class DerivedTypeList : ConfigurationList<JsonDerivedType>
System\Text\Json\Serialization\Metadata\JsonTypeInfoResolverChain.cs (1)
6internal class JsonTypeInfoResolverChain : ConfigurationList<IJsonTypeInfoResolver>, IJsonTypeInfoResolver, IBuiltInJsonTypeInfoResolver
5 references to ConfigurationList
System.Text.Json (5)
System\Text\Json\Serialization\ConfigurationList.cs (2)
14[DebuggerTypeProxy(typeof(ConfigurationList<>.ConfigurationListDebugView))] 136private sealed class ConfigurationListDebugView(ConfigurationList<TItem> collection)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
523static bool CompareLists<TValue>(ConfigurationList<TValue>? left, ConfigurationList<TValue>? right) 585static void AddListHashCode<TValue>(ref HashCode hc, ConfigurationList<TValue>? list)