File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Rubberduck.Core/UI/UnitTesting Expand file tree Collapse file tree 2 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 ;
3
3
using System . Collections . Generic ;
4
- using System . Collections . ObjectModel ;
5
4
using System . ComponentModel ;
6
5
using System . Globalization ;
7
6
using System . Linq ;
8
7
using System . Windows ;
9
- using System . Windows . Annotations ;
10
8
using System . Windows . Data ;
11
9
using NLog ;
12
10
using Rubberduck . Common ;
13
11
using Rubberduck . Interaction . Navigation ;
14
12
using Rubberduck . Parsing . Annotations ;
15
13
using Rubberduck . Parsing . Rewriter ;
16
14
using Rubberduck . Parsing . VBA ;
17
- using Rubberduck . Resources ;
18
15
using Rubberduck . Settings ;
19
16
using Rubberduck . SettingsProvider ;
20
17
using Rubberduck . UI . Command ;
25
22
using Rubberduck . UI . UnitTesting . ViewModels ;
26
23
using Rubberduck . UnitTesting ;
27
24
using Rubberduck . VBEditor . Utility ;
28
- using Rubberduck . Formatters ;
29
25
30
26
namespace Rubberduck . UI . UnitTesting
31
27
{
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
- using Antlr4 . Runtime ;
3
2
using Rubberduck . Parsing . Annotations ;
4
3
using Rubberduck . Parsing . Rewriter ;
5
4
using Rubberduck . Parsing . Symbols ;
You can’t perform that action at this time.
0 commit comments