1 write to ContextType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
155
ContextType
= new(contextTypeSymbol),
4 references to ContextType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
116
AddSource($"{contextGenerationSpec.
ContextType
.Name}.{typeGenerationSpec.TypeInfoPropertyName}.g.cs", sourceText);
120
string contextName = contextGenerationSpec.
ContextType
.Name;
1118
string contextTypeRef = contextSpec.
ContextType
.FullyQualifiedName;
1119
string contextTypeName = contextSpec.
ContextType
.Name;