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)
470
if (analyzerConfigs[i].
IsGlobal
)
CommandLine\CommonCompiler.cs (1)
318
if (!editorConfig.
IsGlobal
)
Microsoft.CodeAnalysis.UnitTests (4)
Analyzers\AnalyzerConfigTests.cs (4)
2246
Assert.Equal(shouldBeTreatedAsGlobal, config.
IsGlobal
);
2261
Assert.True(config.
IsGlobal
);
2270
Assert.True(config.
IsGlobal
);
2279
Assert.True(config.
IsGlobal
);