"Generator Class Stub (In Generator Project)"

[Generator]
public class MySourceGenerator : ISourceGenerator {
	public void Execute(GeneratorExecutionContext context) {
		// TODO
	}

	public void Initialize(GeneratorInitializationContext context) {
		// TODO
	}
}


Code snippet taken from "Complete C# Quick Reference - C# 9".