InitializationContext 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 Initialize(InitializationContext) is called
public struct InitializationContext
type InitializationContext = struct
Public Structure InitializationContext
- Inheritance
-
InitializationContext
Properties
CancellationToken |
A CancellationToken that can be checked to see if the initialization should be cancelled. |
Methods
RegisterForSyntaxNotifications(SyntaxReceiverCreator) |
Register a SyntaxReceiverCreator for this generator, which can be used to create an instance of an ISyntaxReceiver. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.