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