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(
3131 : declaration . IdentifierName
3232 } )
3333 . ToDictionary ( grouping => grouping . Key . IdentifierName , grouping => grouping . ToArray ( ) ) ;
34-
35- var enm = declarations . Where ( d => d . IdentifierName == "TestEnum" ) . FirstOrDefault ( ) ;
3634 }
3735
3836 private readonly HashSet < Accessibility > _projectScopePublicModifiers =
Original file line number Diff line number Diff line change @@ -171,12 +171,6 @@ private void ParseAll()
171171
172172 private string GetReferenceProjectId ( Reference reference , IReadOnlyList < VBProject > projects )
173173 {
174- var firstProj = projects . FirstOrDefault ( ) ;
175- try
176- {
177- var name = firstProj . FileName ;
178- }
179- catch { }
180174 var id = projects . FirstOrDefault ( project =>
181175 {
182176 try
You can’t perform that action at this time.
0 commit comments