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)
459
if (analyzerConfigs[i].
IsGlobal
)
CommandLine\CommonCompiler.cs (1)
321
if (!editorConfig.
IsGlobal
)
Microsoft.CodeAnalysis.UnitTests (4)
Analyzers\AnalyzerConfigTests.cs (4)
2329
Assert.Equal(shouldBeTreatedAsGlobal, config.
IsGlobal
);
2344
Assert.True(config.
IsGlobal
);
2353
Assert.True(config.
IsGlobal
);
2362
Assert.True(config.
IsGlobal
);