John Douglas Leitch

Results 11 issues of John Douglas Leitch

## PR Summary This PR fixes the following longstanding issue: https://github.com/PowerShell/PSScriptAnalyzer/issues/1300 (Global variables are erroneously reported as "never used") The issue exists because `Helper.IsVariableGlobalOrEnvironment` uses an `Ast` to key into...