2 implementations of IsPerLanguage
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\Option2.cs (1)
80bool IOption2.IsPerLanguage => false;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PerLanguageOption2.cs (1)
68bool IOption2.IsPerLanguage => true;
6 references to IsPerLanguage
Microsoft.CodeAnalysis.CodeStyle (6)
src\Analyzers\Core\Analyzers\IDEDiagnosticIdToOptionMappingHelper.cs (2)
44var groups = options.GroupBy(o => o.IsPerLanguage); 52Debug.Assert(perLanguageValuedOption.IsPerLanguage);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (4)
23Debug.Assert(option.IsPerLanguage == language is not null); 31Debug.Assert(option.IsPerLanguage); 43Debug.Assert(!option.IsPerLanguage); 55var languageDisplay = Option.IsPerLanguage