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