8 references to IsGlobal
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfig.cs (2)
52/// Key that indicates the precedence of this config when <see cref="IsGlobal"/> is true 136/// This value is unused when <see cref="IsGlobal"/> is <c>false</c>.
CommandLine\AnalyzerConfigSet.cs (1)
459if (analyzerConfigs[i].IsGlobal)
CommandLine\CommonCompiler.cs (1)
321if (!editorConfig.IsGlobal)
Microsoft.CodeAnalysis.UnitTests (4)
Analyzers\AnalyzerConfigTests.cs (4)
2329Assert.Equal(shouldBeTreatedAsGlobal, config.IsGlobal); 2344Assert.True(config.IsGlobal); 2353Assert.True(config.IsGlobal); 2362Assert.True(config.IsGlobal);