IncrementalGeneratorPostInitializationContext 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 an incremental generator when it has registered an output via RegisterPostInitializationOutput(Action<IncrementalGeneratorPostInitializationContext>)
public readonly struct IncrementalGeneratorPostInitializationContext
type IncrementalGeneratorPostInitializationContext = struct
Public Structure IncrementalGeneratorPostInitializationContext
- Inheritance
-
IncrementalGeneratorPostInitializationContext
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 |