1 write to ContextType
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
175ContextType = 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; 1826string contextTypeRef = contextSpec.ContextType.FullyQualifiedName; 1827string contextTypeName = contextSpec.ContextType.Name;