2 implementations of IsPerLanguage
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\Option2.cs (1)
79bool 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)
43var groups = options.GroupBy(o => o.IsPerLanguage); 51Debug.Assert(perLanguageValuedOption.IsPerLanguage);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\OptionKey2.cs (4)
22Debug.Assert(option.IsPerLanguage == language is not null); 30Debug.Assert(option.IsPerLanguage); 42Debug.Assert(!option.IsPerLanguage); 54var languageDisplay = Option.IsPerLanguage