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