GeneratorPostInitializationContext Struct
Definition
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.
Context passed to a source generator when it has opted-in to PostInitialization via RegisterForPostInitialization(Action<GeneratorPostInitializationContext>)
public readonly struct GeneratorPostInitializationContext
type GeneratorPostInitializationContext = struct
Public Structure GeneratorPostInitializationContext
- Inheritance
-
GeneratorPostInitializationContext
Properties
CancellationToken |
A CancellationToken that can be checked to see if the PostInitialization should be cancelled. |
Methods
AddSource(String, SourceText) |
Adds a SourceText to the compilation that will be available during subsequent phases |
AddSource(String, String) |
Adds source code in the form of a String to the compilation that will be available during subsequent phases |