4 references to ReadOnlyMemoryOfT
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
360
case CollectionType.
ReadOnlyMemoryOfT
:
444
case CollectionType.
ReadOnlyMemoryOfT
:
2111
CollectionType.
ReadOnlyMemoryOfT
=> "CreateReadOnlyMemoryInfo",
JsonSourceGenerator.Parser.cs (1)
889
collectionType = CollectionType.
ReadOnlyMemoryOfT
;