5 types derived from ConfigurationList
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1099private sealed class ConverterList : ConfigurationList<JsonConverter>
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.cs (1)
96private 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\JsonTypeInfo.cs (1)
1357internal sealed class JsonPropertyInfoList : ConfigurationList<JsonPropertyInfo>
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))] 127private sealed class ConfigurationListDebugView(ConfigurationList<TItem> collection)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
518static bool CompareLists<TValue>(ConfigurationList<TValue>? left, ConfigurationList<TValue>? right) 581static void AddListHashCode<TValue>(ref HashCode hc, ConfigurationList<TValue>? list)