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