1 write to _DelegateType
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
244
public INamedTypeSymbol? DelegateType =>
_DelegateType
??= Compilation.GetSpecialType(SpecialType.System_Delegate);