4 references to ReadOnlyMemoryOfT
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
358
case CollectionType.
ReadOnlyMemoryOfT
:
443
case CollectionType.
ReadOnlyMemoryOfT
:
2394
CollectionType.
ReadOnlyMemoryOfT
=> "CreateReadOnlyMemoryInfo",
JsonSourceGenerator.Parser.cs (1)
1740
collectionType = CollectionType.
ReadOnlyMemoryOfT
;