4 references to ReadOnlyMemoryOfT
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
405
case CollectionType.
ReadOnlyMemoryOfT
:
492
case CollectionType.
ReadOnlyMemoryOfT
:
2435
CollectionType.
ReadOnlyMemoryOfT
=> "CreateReadOnlyMemoryInfo",
JsonSourceGenerator.Parser.cs (1)
1980
collectionType = CollectionType.
ReadOnlyMemoryOfT
;