Microsoft.CodeAnalysis.Options Namespace
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.
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 |
.NET