IncrementalGeneratorInitializationContext.ParseOptionsProvider 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 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)