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