Share via


IncrementalGeneratorInitializationContext.SyntaxProvider Property

Definition

Gets a SyntaxValueProvider that can be used to create syntax-based input nodes for the incremental generator pipeline. Use this to register callbacks that filter and transform syntax nodes in the compilation.

public Microsoft.CodeAnalysis.SyntaxValueProvider SyntaxProvider { get; }
member this.SyntaxProvider : Microsoft.CodeAnalysis.SyntaxValueProvider
Public ReadOnly Property SyntaxProvider As SyntaxValueProvider

Property Value

Applies to