Updated the ShallAnalyze methods in NamingAnalyzer.cs to ensure that only symbols that can be referenced by name are analyzed, preventing unnecessary analysis of global statements.
Reorganized and added test cases in MiKo_1046_AsyncMethodsSuffixAnalyzerTests.cs to improve coverage and clarity, including a new test for global statement handling.
ShallAnalyze
methods inNamingAnalyzer.cs
to ensure that only symbols that can be referenced by name are analyzed, preventing unnecessary analysis of global statements.MiKo_1046_AsyncMethodsSuffixAnalyzerTests.cs
to improve coverage and clarity, including a new test for global statement handling.