2 references to GetConverterTypeFromAttribute
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
461
TypeRef? typeRef =
GetConverterTypeFromAttribute
(contextType, converterType, contextType, attributeData, ref optionsExperimentalIds);
2919
return
GetConverterTypeFromAttribute
(contextType, converterType, declaringSymbol, attributeData, ref experimentalIds, typeToConvert);