1 write to _StringType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
127
public INamedTypeSymbol StringType =>
_StringType
??= Compilation.GetSpecialType(SpecialType.System_String);