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