3 references to IsRoot
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
223
if (config.
IsRoot
)
Microsoft.CodeAnalysis.UnitTests (2)
Analyzers\AnalyzerConfigTests.cs (2)
55
Assert.True(config.
IsRoot
);
310
Assert.True(config.
IsRoot
);