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