File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
using System . Text ;
12
12
using System . Text . RegularExpressions ;
13
13
using Microsoft . PowerShell . CrossCompatibility . Query ;
14
- using Microsoft . PowerShell . CrossCompatibility . Utility ;
14
+ using Microsoft . PowerShell . CrossCompatibility . Retrieval ;
15
15
using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
16
16
17
17
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
Original file line number Diff line number Diff line change 11
11
using System . Text . RegularExpressions ;
12
12
using System . IO ;
13
13
using System . Runtime . Serialization ;
14
- using Microsoft . PowerShell . CrossCompatibility . Query . Platform ;
15
14
16
15
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
17
16
{
Original file line number Diff line number Diff line change 5
5
using System . Collections . Generic ;
6
6
using System . Globalization ;
7
7
using System . Management . Automation . Language ;
8
+ using Microsoft . PowerShell . CrossCompatibility ;
8
9
using Microsoft . PowerShell . CrossCompatibility . Query ;
9
- using Microsoft . PowerShell . CrossCompatibility . Query . Platform ;
10
- using Microsoft . PowerShell . CrossCompatibility . Utility ;
11
10
using Microsoft . Windows . PowerShell . ScriptAnalyzer . Generic ;
12
11
13
12
namespace Microsoft . Windows . PowerShell . ScriptAnalyzer . BuiltinRules
You can’t perform that action at this time.
0 commit comments