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