Expected Behavior:
namespace Namespace;
$$
class Program
{
public async Task MethodAsync()
{
}
}
At the cursor location, IsGlobalStatementContext() should be false since it's located within a file-scoped namespace.
Actual Behavior:
IsGlobalStatementContext is true.
Expected Behavior:
At the cursor location, IsGlobalStatementContext() should be false since it's located within a file-scoped namespace.
Actual Behavior:
IsGlobalStatementContext is true.