IncrementalGeneratorInitializationContext.SyntaxProvider Property
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.
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