1 write to ContextType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
175
ContextType
= new(contextTypeSymbol),
4 references to ContextType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
108
AddSource($"{contextGenerationSpec.
ContextType
.Name}.{typeGenerationSpec.TypeInfoPropertyName}.g.cs", sourceText);
112
string contextName = contextGenerationSpec.
ContextType
.Name;
1826
string contextTypeRef = contextSpec.
ContextType
.FullyQualifiedName;
1827
string contextTypeName = contextSpec.
ContextType
.Name;