3 references to GetTypeClassifierFactoryTypeFromAttribute
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (3)
495TypeRef? typeRef = GetTypeClassifierFactoryTypeFromAttribute(contextType, classifierType, contextType, attributeData); 993polymorphicClassifierFactoryType = GetTypeClassifierFactoryTypeFromAttribute(contextType, classifierType, typeToGenerate.Type, attributeData); 1012unionClassifierFactoryType = GetTypeClassifierFactoryTypeFromAttribute(contextType, classifierType, namedUnionType, attributeData);