Roslyn incremental source generator that handles the [Component] attribute.
More...
Public Member Functions | |
| void | Initialize (IncrementalGeneratorInitializationContext context) |
Roslyn incremental source generator that handles the [Component] attribute.
Emits Init() and the explicit IComponent<TResult>.Result property when the type implements IComponent<TResult> and hasn't declared them manually.