File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Linq ;
4
3
using System . Management . Automation . Language ;
5
4
using System . Reflection ;
6
- using System . Text ;
7
- using System . Threading . Tasks ;
8
5
9
6
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic
10
7
{
Original file line number Diff line number Diff line change 12
12
//
13
13
14
14
using System . Text . RegularExpressions ;
15
- using Microsoft . Windows . PowerShell . ScriptAnalyzer . Commands ;
16
15
using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
17
16
using System ;
18
17
using System . Collections . Generic ;
Original file line number Diff line number Diff line change 18
18
using System . Management . Automation . Language ;
19
19
using System . Text ;
20
20
using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
21
- using System . Reflection ;
22
21
23
22
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
24
23
{
You can’t perform that action at this time.
0 commit comments