`$using` variable should support method call on it · Issue #10876 · PowerShell/PowerShell
$using: prefixed variables are used in Foreach-Object -Parallel and Start-ThreadJob to pass value of reference types. Given the value is passed by reference, it's natural to call method on it direc...