InitializationContext Struct

Definition

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