1 interface inheriting from IPerLanguageValuedOption
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PerLanguageOption2.cs (1)
20
internal interface IPerLanguageValuedOption<T> :
IPerLanguageValuedOption
4 references to IPerLanguageValuedOption
Microsoft.CodeAnalysis.CodeStyle (4)
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.
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (1)
29
public OptionKey2(
IPerLanguageValuedOption
option, string language)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PerLanguageOption2.cs (1)
19
/// <inheritdoc cref="
IPerLanguageValuedOption
"/>