8 references to IsGlobal
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfig.cs (2)
32/// Key that indicates the precedence of this config when <see cref="IsGlobal"/> is true 116/// This value is unused when <see cref="IsGlobal"/> is <c>false</c>.
CommandLine\AnalyzerConfigSet.cs (1)
470if (analyzerConfigs[i].IsGlobal)
CommandLine\CommonCompiler.cs (1)
318if (!editorConfig.IsGlobal)
Microsoft.CodeAnalysis.UnitTests (4)
Analyzers\AnalyzerConfigTests.cs (4)
2246Assert.Equal(shouldBeTreatedAsGlobal, config.IsGlobal); 2261Assert.True(config.IsGlobal); 2270Assert.True(config.IsGlobal); 2279Assert.True(config.IsGlobal);