1 interface inheriting from ISingleValuedOption
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\Option2.cs (1)
32internal interface ISingleValuedOption<T> : ISingleValuedOption
4 references to ISingleValuedOption
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
38/// LanguageName would be null if the option is <see cref="ISingleValuedOption"/>. 148/// For each option, generate its full name. If the option is <see cref="ISingleValuedOption"/> it's is what we sent to the client.
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\Option2.cs (1)
31/// <inheritdoc cref="ISingleValuedOption"/>
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (1)
41public OptionKey2(ISingleValuedOption option)