1 instantiation of ReadOnlyMemoryConverter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (1)
461new ReadOnlyMemoryConverter<TElement>());
2 references to ReadOnlyMemoryConverter
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Collection\MemoryConverter.cs (1)
48return ReadOnlyMemoryConverter<T>.OnWriteResume(writer, value.Span, options, ref state);
System\Text\Json\Serialization\Converters\Collection\MemoryConverterFactory.cs (1)
29typeof(MemoryConverter<>) : typeof(ReadOnlyMemoryConverter<>);