4 references to AddSource
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
127
AddSource
($"{contextGenerationSpec.ContextType.Name}.{typeGenerationSpec.TypeInfoPropertyName}.g.cs", sourceText);
134
AddSource
($"{contextName}.g.cs", GetRootJsonContextImplementation(contextGenerationSpec, _emitGetConverterForNullablePropertyMethod, _emitValueTypeSetterDelegate));
137
AddSource
($"{contextName}.GetJsonTypeInfo.g.cs", GetGetTypeInfoImplementation(contextGenerationSpec));
140
AddSource
($"{contextName}.PropertyNames.g.cs", GetPropertyNameInitialization(contextGenerationSpec));