1 write to _ByteArrayType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
153: (_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)
151public IArrayTypeSymbol? ByteArrayType => _ByteArrayType.HasValue 152? _ByteArrayType.Value