File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ public DeclarationFinder(
31
31
: declaration . IdentifierName
32
32
} )
33
33
. ToDictionary ( grouping => grouping . Key . IdentifierName , grouping => grouping . ToArray ( ) ) ;
34
-
35
- var enm = declarations . Where ( d => d . IdentifierName == "TestEnum" ) . FirstOrDefault ( ) ;
36
34
}
37
35
38
36
private readonly HashSet < Accessibility > _projectScopePublicModifiers =
Original file line number Diff line number Diff line change @@ -171,12 +171,6 @@ private void ParseAll()
171
171
172
172
private string GetReferenceProjectId ( Reference reference , IReadOnlyList < VBProject > projects )
173
173
{
174
- var firstProj = projects . FirstOrDefault ( ) ;
175
- try
176
- {
177
- var name = firstProj . FileName ;
178
- }
179
- catch { }
180
174
var id = projects . FirstOrDefault ( project =>
181
175
{
182
176
try
You can’t perform that action at this time.
0 commit comments