2 references to GetConverterTypeFromJsonConverterAttribute
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
1030customConverterType = GetConverterTypeFromJsonConverterAttribute(contextType, typeToGenerate.Type, attributeData, ref experimentalIds); 2568converterType = GetConverterTypeFromJsonConverterAttribute(contextType, memberInfo, attributeData, ref experimentalIds, memberType);