1 write to ConverterType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1254ConverterType = converterType,
3 references to ConverterType
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Emitter.cs (2)
655if (property.ConverterType != null) 657string converterFQN = property.ConverterType.FullyQualifiedName;
Model\TypeGenerationSpec.cs (1)
124property.ConverterType != null)