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