4 references to new
System.Text.Json.SourceGeneration (4)
Helpers\KnownTypeSymbols.cs (4)
153
: (_ByteArrayType =
new
(Compilation.CreateArrayTypeSymbol(Compilation.GetSpecialType(SpecialType.System_Byte), rank: 1))).Value;
159
: (_MemoryByteType =
new
(MemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value;
165
: (_ReadOnlyMemoryByteType =
new
(ReadOnlyMemoryType?.Construct(Compilation.GetSpecialType(SpecialType.System_Byte)))).Value;
356
field =
new
(type);