1 instantiation of ConcurrentStackOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (1)
290new ConcurrentStackOfTConverter<TCollection, TElement>());
1 reference to ConcurrentStackOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverterFactory.cs (1)
131converterType = typeof(ConcurrentStackOfTConverter<,>);