This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ namespace TestHelper
9
9
using System . Linq ;
10
10
using System . Threading ;
11
11
using System . Threading . Tasks ;
12
+ using AsyncUsageAnalyzers . Test . Helpers ;
12
13
using Microsoft . CodeAnalysis ;
13
14
using Microsoft . CodeAnalysis . CSharp ;
14
15
using Microsoft . CodeAnalysis . Diagnostics ;
15
16
using Microsoft . CodeAnalysis . Text ;
16
- using AsyncUsageAnalyzers . Test . Helpers ;
17
17
18
18
/// <summary>
19
19
/// Class for turning strings into documents and getting the diagnostics on them.
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ namespace TestHelper
10
10
using System . Linq ;
11
11
using System . Threading ;
12
12
using System . Threading . Tasks ;
13
+ using AsyncUsageAnalyzers . Test . Helpers ;
13
14
using Microsoft . CodeAnalysis ;
14
15
using Microsoft . CodeAnalysis . CodeActions ;
15
16
using Microsoft . CodeAnalysis . CodeFixes ;
16
17
using Microsoft . CodeAnalysis . Diagnostics ;
17
18
using Microsoft . CodeAnalysis . Formatting ;
18
- using AsyncUsageAnalyzers . Test . Helpers ;
19
19
using Xunit ;
20
20
21
21
/// <summary>
You can’t perform that action at this time.
0 commit comments