| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,4 @@ | |||
| 1 | - using System; | ||
| 2 | - using System.Collections.Generic; | ||
| 3 | - using System.IO; | ||
| 1 | + using System.Collections.Generic; | ||
| 4 | 2 | using System.Linq; | |
| 5 | 3 | using Semmle.Util.Logging; | |
| 6 | 4 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,4 @@ | |||
| 1 | - using System; | ||
| 2 | - using System.Collections.Generic; | ||
| 3 | - | ||
| 4 | - namespace Semmle.Autobuild.Shared | ||
| 1 | + namespace Semmle.Autobuild.Shared | ||
| 5 | 2 | { | |
| 6 | 3 | /// <summary> | |
| 7 | 4 | /// Execute the build_command rule. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | using System.Collections.Generic; | |
| 2 | - using System.IO; | ||
| 3 | 2 | using System.Linq; | |
| 4 | 3 | ||
| 5 | 4 | namespace Semmle.Autobuild.Shared | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | using System; | |
| 2 | 2 | using System.Linq; | |
| 3 | 3 | using System.Threading.Tasks; | |
| 4 | - using System.IO; | ||
| 5 | 4 | using Semmle.Util.Logging; | |
| 6 | 5 | using System.Diagnostics; | |
| 7 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | using System; | |
| 2 | 2 | using System.Collections.Immutable; | |
| 3 | 3 | using System.Reflection.Metadata; | |
| 4 | - using Microsoft.CodeAnalysis; | ||
| 5 | 4 | using System.Collections.Generic; | |
| 6 | 5 | using System.Reflection; | |
| 7 | 6 | using System.Linq; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | using System; | |
| 2 | 2 | using System.Collections.Generic; | |
| 3 | 3 | using System.IO; | |
| 4 | - using Semmle.Extraction.Entities; | ||
| 5 | 4 | ||
| 6 | 5 | namespace Semmle.Extraction.CIL.Entities | |
| 7 | 6 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | using System.Collections.Generic; | |
| 2 | 2 | using System.Reflection.Metadata; | |
| 3 | - using System.Linq; | ||
| 4 | 3 | using System.Reflection.Metadata.Ecma335; | |
| 5 | 4 | using System.IO; | |
| 6 | 5 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,6 @@ | |||
| 7 | 7 | using System.Reflection; | |
| 8 | 8 | using Semmle.Util; | |
| 9 | 9 | using System.IO; | |
| 10 | - using System.Text; | ||
| 11 | 10 | using System.Diagnostics.CodeAnalysis; | |
| 12 | 11 | ||
| 13 | 12 | namespace Semmle.Extraction.CIL.Entities | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | - using Microsoft.DiaSymReader; | ||
| 2 | - using System; | ||
| 1 | + using System; | ||
| 3 | 2 | using System.Collections.Generic; | |
| 4 | 3 | using System.Linq; | |
| 5 | 4 | using System.Reflection.Metadata; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,4 @@ | |||
| 1 | - using System; | ||
| 2 | - using System.Collections.Generic; | ||
| 3 | - using System.Diagnostics; | ||
| 4 | - using System.IO; | ||
| 5 | - using System.Linq; | ||
| 1 | + using System.Diagnostics; | ||
| 6 | 2 | ||
| 7 | 3 | namespace Semmle.BuildAnalyser | |
| 8 | 4 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments