1 interface inheriting from ISingleValuedOption
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\Option2.cs (1)
31internal interface ISingleValuedOption<T> : ISingleValuedOption
4 references to ISingleValuedOption
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (2)
37/// LanguageName would be null if the option is <see cref="ISingleValuedOption"/>. 147/// 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)
30/// <inheritdoc cref="ISingleValuedOption"/>
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (1)
40public OptionKey2(ISingleValuedOption option)