1 interface inheriting from IPerLanguageValuedOption
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PerLanguageOption2.cs (1)
20internal interface IPerLanguageValuedOption<T> : IPerLanguageValuedOption
5 references to IPerLanguageValuedOption
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\Analyzers\AbstractBuiltInUnnecessaryCodeStyleDiagnosticAnalyzer.cs (2)
20/// unique <see cref="IPerLanguageValuedOption"/> code style option. 53/// two or more <see cref="IPerLanguageValuedOption"/> code style options.
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
149/// If it is <see cref="IPerLanguageValuedOption"/>, then generate two configurationItems with prefix visual_basic and csharp.
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (1)
29public OptionKey2(IPerLanguageValuedOption option, string language)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PerLanguageOption2.cs (1)
19/// <inheritdoc cref="IPerLanguageValuedOption"/>