Share via


IncrementalGeneratorInitializationContext.ParseOptionsProvider Property

Definition

Gets an IncrementalValueProvider<TValue> that provides access to the ParseOptions for the compilation. The value of this provider changes whenever parse options change (e.g., language version or preprocessor symbols).

public Microsoft.CodeAnalysis.IncrementalValueProvider<Microsoft.CodeAnalysis.ParseOptions> ParseOptionsProvider { get; }
member this.ParseOptionsProvider : Microsoft.CodeAnalysis.IncrementalValueProvider<Microsoft.CodeAnalysis.ParseOptions>
Public ReadOnly Property ParseOptionsProvider As IncrementalValueProvider(Of ParseOptions)

Property Value

Applies to