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