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