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)
1982if (_topLevelAction) 2063var rule = _topLevelAction ? SymbolStartTopLevelRule : SymbolStartCompilationLevelRule;