1 write to _topLevelAction
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
1878
_topLevelAction
= topLevelAction;
2 references to _topLevelAction
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
1982
if (
_topLevelAction
)
2063
var rule =
_topLevelAction
? SymbolStartTopLevelRule : SymbolStartCompilationLevelRule;