IIncrementalGenerator Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base interface required to implement an incremental generator
public interface IIncrementalGenerator
type IIncrementalGenerator = interface
Public Interface IIncrementalGenerator
The lifetime of a generator is controlled by the compiler. State should not be stored directly on the generator, as there is no guarantee that the same instance will be used on a subsequent generation pass.
Initialize(Incremental |
Called to initialize the generator and register generation steps via callbacks
on the |
As |
Converts an IIncrementalGenerator into an ISourceGenerator object that can be used when constructing a GeneratorDriver |
Get |
Returns the underlying type of a given generator |
.NET feedback
.NET is an open source project. Select a link to provide feedback: