1 write to _ByteArrayType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
156: (_ByteArrayType = new(Compilation.CreateArrayTypeSymbol(Compilation.GetSpecialType(SpecialType.System_Byte), rank: 1))).Value;
2 references to _ByteArrayType
System.Text.Json.SourceGeneration (2)
Helpers\KnownTypeSymbols.cs (2)
154public IArrayTypeSymbol? ByteArrayType => _ByteArrayType.HasValue 155? _ByteArrayType.Value