Microsoft.CodeAnalysis.Options Namespace

Classes

DocumentOptionSet

An OptionSet that comes from GetOptionsAsync(CancellationToken). It behaves just like a normal OptionSet but remembers which language the Document is, so you don't have to pass that information redundantly when calling GetOption<T>(PerLanguageOption<T>).

Option<T>

An global option. An instance of this class can be used to access an option value from an OptionSet.

OptionSet
OptionStorageLocation

The base type of all types that specify where options are stored.

PerLanguageOption<T>

An option that can be specified once per language.

Structs

OptionKey

Interfaces

IOption