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