4 references to ReadOnlyMemoryOfT
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
349
case CollectionType.
ReadOnlyMemoryOfT
:
433
case CollectionType.
ReadOnlyMemoryOfT
:
1568
CollectionType.
ReadOnlyMemoryOfT
=> "CreateReadOnlyMemoryInfo",
JsonSourceGenerator.Parser.cs (1)
873
collectionType = CollectionType.
ReadOnlyMemoryOfT
;