1 write to ContextType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
173ContextType = new(contextTypeSymbol),
4 references to ContextType
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
127AddSource($"{contextGenerationSpec.ContextType.Name}.{typeGenerationSpec.TypeInfoPropertyName}.g.cs", sourceText); 131string contextName = contextGenerationSpec.ContextType.Name; 1716string contextTypeRef = contextSpec.ContextType.FullyQualifiedName; 1717string contextTypeName = contextSpec.ContextType.Name;