4 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
)