rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 299 forks source link

Code Inspection Window top off screen so cannot be closed without closing all Excel windows #5401

Open Se7enSquared opened 4 years ago

Se7enSquared commented 4 years ago

Rubberduck version information The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:

Rubberduck version 2.5.0.5244 loading:
Operating System: Microsoft Windows NT 10.0.17763.0 x64
Host Product: Microsoft Office x64
Host Version: 16.0.11929.20606
Host Executable: EXCEL.EXE;

Description The Code Inspection Window cannot be closed because the top of the window is off-screen

To Reproduce Steps to reproduce the behavior:

  1. Parse the project
  2. Go to Rubberduck menu
  3. Click on "Code Inspections"

Expected behavior Should be able to close the code inspections window by using an 'x' in the upper corner or a close button in lower right.

Screenshots Full screen view: https://i.imgur.com/mne71eT.png

Display settings: https://i.imgur.com/i0txAZl.png

Logfile

2020-02-25 11:35:44.9593;TRACE-2.5.0.5244;Rubberduck.Common.LogLevelHelper;
    Rubberduck version 2.5.0.5244 loading:
    Operating System: Microsoft Windows NT 10.0.17763.0 x64
    Host Product: Microsoft Office x64
    Host Version: 16.0.11929.20606
    Host Executable: EXCEL.EXE;
2020-02-25 11:35:45.0143;TRACE-2.5.0.5244;Rubberduck.App;Checking for legacy Smart Indenter settings.;
2020-02-25 11:35:45.3282;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49298;
2020-02-25 11:35:45.3282;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49380;
2020-02-25 11:35:45.3282;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49299;
2020-02-25 11:35:45.3282;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49300;
2020-02-25 11:35:45.3282;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49364;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49265;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49377;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49383;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49367;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49379;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49244;
2020-02-25 11:35:45.3401;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49345;
2020-02-25 11:35:45.3731;INFO-2.5.0.5244;Rubberduck.UI.Command.VersionCheckCommand;Executing version check...;
2020-02-25 11:35:45.6449;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Subclassed hWnd 0x00040542 as CodePane.;
2020-02-25 11:35:48.1328;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;CodePane subclass for hWnd 0x00040542 associated itself with its VBE object.;
2020-02-25 11:35:49.5572;DEBUG-2.5.0.5244;Rubberduck.UI.Command.MenuItems.CommandBars.AppCommandBarBase;(39707298) Executing click handler for commandbar item 'Pending', hash code 1477932;
2020-02-25 11:35:49.5842;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ParseCoordinator;Parsing run started. (thread 9).;
2020-02-25 11:35:49.5952;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (1) is invoking StateChanged (Started);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Started' (thread 13);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'Started' (thread 14);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'Started' (thread 15);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'Started' (thread 21);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'Started' (thread 9);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'Started' (thread 17);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'Started' (thread 16);
2020-02-25 11:35:50.4178;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'Started' (thread 12);
2020-02-25 11:35:50.4328;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (2) is invoking StateChanged (LoadingReference);
2020-02-25 11:35:50.8536;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'Excel'.;
2020-02-25 11:35:50.8536;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'ADODB'.;
2020-02-25 11:35:50.8536;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'stdole'.;
2020-02-25 11:35:50.8536;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'VBA'.;
2020-02-25 11:35:50.8536;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ComReferenceLoading.COMReferenceSynchronizerBase;Loading referenced type 'Office'.;
2020-02-25 11:35:51.9680;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Loaded and unloaded referenced libraries in 1187ms.;
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'Parsing' (thread 17);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Parsing' (thread 9);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'Parsing' (thread 12);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'Parsing' (thread 16);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'Parsing' (thread 15);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'Parsing' (thread 13);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'Parsing' (thread 21);
2020-02-25 11:35:52.6278;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'Parsing' (thread 14);
2020-02-25 11:35:52.6408;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (3) is invoking StateChanged (Parsing);
2020-02-25 11:35:52.8897;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Subclassed hWnd 0x00030518 as CodePane.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 on thread 9.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f on thread 13.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e on thread 16.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 on thread 14.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 on thread 15.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 on thread 12.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 on thread 21.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;Starting ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 on thread 17.;
2020-02-25 11:35:53.1226;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 begins code pane pass.;
2020-02-25 11:35:53.1096;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 begins code pane pass.;
2020-02-25 11:35:53.1226;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 begins code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 begins extracting comments and annotations.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 begins extracting comments and annotations.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 finished code pane pass.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 finished code pane pass.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 begins extracting comments and annotations.;
2020-02-25 11:35:53.3644;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 begins extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f begins extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f finished extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f begins attributes pass.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 begins extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 begins extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 finished extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 finished extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 finished extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 finished extracting comments and annotations.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 finished extracting comments and annotations.;
2020-02-25 11:35:53.3894;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 begins attributes pass.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 finished extracting comments and annotations.;
2020-02-25 11:35:53.3894;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 begins attributes pass.;
2020-02-25 11:35:53.3894;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 begins attributes pass.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 begins attributes pass.;
2020-02-25 11:35:53.3724;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 begins attributes pass.;
2020-02-25 11:35:53.3894;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 begins attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 finished attributes pass.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f begins extracting attributes.;
2020-02-25 11:35:53.5601;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 begins extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 85e8dbbd-da5a-4abc-a389-bc5457bca393 finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID c39ed4b3-2327-4a78-8dce-20b551dffa42 finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 726fb6b8-681c-4fff-81cc-105ed30ab8c5 finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 0f08f9d0-c99d-4e18-956e-eda0d58398c9 finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 445b2f3d-aa3f-4609-b02e-8f89ab82c45f finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 859e6a87-3bc1-4c6e-aaed-6ac24a05b037 finished extracting attributes.;
2020-02-25 11:35:53.5931;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID 829d2549-f248-4026-84a0-7ba968cebca3 finished extracting attributes.;
2020-02-25 11:35:53.9222;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e finished code pane pass.;
2020-02-25 11:35:53.9222;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e begins extracting comments and annotations.;
2020-02-25 11:35:53.9631;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e finished extracting comments and annotations.;
2020-02-25 11:35:53.9631;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e begins attributes pass.;
2020-02-25 11:35:53.9954;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e finished attributes pass.;
2020-02-25 11:35:53.9974;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e begins extracting attributes.;
2020-02-25 11:35:53.9974;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.Parsing.ModuleParser;ParseTaskID d34b8a02-a97d-4d54-b26f-178b6b03875e finished extracting attributes.;
2020-02-25 11:35:54.0264;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0344;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0344;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0484;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0484;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0624;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0624;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0816;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'Parsed' (thread 9);
2020-02-25 11:35:54.0816;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Parsed user modules in 993ms.;
2020-02-25 11:35:54.0816;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (4) is invoking StateChanged (Parsed);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'ResolvingDeclarations' (thread 9);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'ResolvingDeclarations' (thread 21);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'ResolvingDeclarations' (thread 14);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'ResolvingDeclarations' (thread 17);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'ResolvingDeclarations' (thread 13);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'ResolvingDeclarations' (thread 16);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'ResolvingDeclarations' (thread 12);
2020-02-25 11:35:54.4643;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'ResolvingDeclarations' (thread 15);
2020-02-25 11:35:54.4762;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (5) is invoking StateChanged (ResolvingDeclarations);
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.ThisWorkbook.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Code.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Sheet34.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Sheet35.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Sheet6.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Ref.;
2020-02-25 11:35:54.9301;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Data.;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;36ms to resolve declarations for component Roadmap.Ref;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;37ms to resolve declarations for component Roadmap.Data;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;Creating declarations for module Roadmap.Sheet36.;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;36ms to resolve declarations for component Roadmap.Sheet6;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;36ms to resolve declarations for component Roadmap.Sheet34;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;36ms to resolve declarations for component Roadmap.Sheet35;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;37ms to resolve declarations for component Roadmap.ThisWorkbook;
2020-02-25 11:35:54.9671;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;2ms to resolve declarations for component Roadmap.Sheet36;
2020-02-25 11:35:54.9922;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.DeclarationResolving.DeclarationResolveRunnerBase;62ms to resolve declarations for component Roadmap.Code;
2020-02-25 11:35:54.9922;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Resolved user declaration in 72ms.;
2020-02-25 11:35:55.0631;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (6) is invoking StateChanged (ResolvedDeclarations);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'ResolvingReferences' (thread 9);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'ResolvingReferences' (thread 9);
2020-02-25 11:35:55.9043;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'ResolvingReferences' (thread 9);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'ResolvingReferences' (thread 16);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'ResolvingReferences' (thread 13);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'ResolvingReferences' (thread 14);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'ResolvingReferences' (thread 17);
2020-02-25 11:35:55.9024;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'ResolvingReferences' (thread 12);
2020-02-25 11:35:55.9043;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (7) is invoking StateChanged (ResolvingReferences);
2020-02-25 11:35:56.4254;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBE;
2020-02-25 11:35:56.8006;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBE;
2020-02-25 11:35:56.8816;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBProject;
2020-02-25 11:35:56.9266;WARN-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.CompilationPasses.TypeAnnotationPass;Failed to resolve type VBProject;
2020-02-25 11:35:57.1108;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Executed compilation passes in 802ms.;
2020-02-25 11:35:57.1108;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Added supertypes for document modules in 2ms.;
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.ThisWorkbook'... (thread 9);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Sheet6'... (thread 21);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Sheet34'... (thread 13);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Sheet6' in 0ms (thread 21);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet6' state is changing to 'Ready' (thread 21);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Sheet34' in 0ms (thread 13);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Sheet36'... (thread 16);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Code'... (thread 14);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Sheet35'... (thread 15);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Data'... (thread 17);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Resolving identifier references in 'Roadmap.Ref'... (thread 12);
2020-02-25 11:35:57.1327;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.ThisWorkbook' in 0ms (thread 9);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet34' state is changing to 'Ready' (thread 13);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Sheet36' in 0ms (thread 16);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Sheet35' in 0ms (thread 15);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Data' in 0ms (thread 17);
2020-02-25 11:35:57.1547;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Data' state is changing to 'Ready' (thread 17);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Ref' in 0ms (thread 12);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'ThisWorkbook' state is changing to 'Ready' (thread 9);
2020-02-25 11:35:57.1407;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet36' state is changing to 'Ready' (thread 16);
2020-02-25 11:35:57.1547;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Sheet35' state is changing to 'Ready' (thread 15);
2020-02-25 11:35:57.1547;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Ref' state is changing to 'Ready' (thread 12);
2020-02-25 11:35:57.1547;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: RefreshDatabaseData (Procedure) in thread 14;
2020-02-25 11:35:57.1547;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now RefreshDatabaseData in thread 14;
2020-02-25 11:35:57.2347;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: DeleteOldData (Procedure) in thread 14;
2020-02-25 11:35:57.2347;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now DeleteOldData in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: FilterDataTable (Procedure) in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now FilterDataTable in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: CopyTable (Procedure) in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now CopyTable in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: GenerateHDDRoadmap (Procedure) in thread 14;
2020-02-25 11:35:57.2487;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now GenerateHDDRoadmap in thread 14;
2020-02-25 11:35:57.2797;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: PrepareSheet (Procedure) in thread 14;
2020-02-25 11:35:57.2797;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now PrepareSheet in thread 14;
2020-02-25 11:35:57.2797;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: FormatRoadmapTable (Procedure) in thread 14;
2020-02-25 11:35:57.2797;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now FormatRoadmapTable in thread 14;
2020-02-25 11:35:57.3026;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: AutofitAllUsedColumns (Procedure) in thread 14;
2020-02-25 11:35:57.3026;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now AutofitAllUsedColumns in thread 14;
2020-02-25 11:35:57.3026;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: AddMonthColumns (Procedure) in thread 14;
2020-02-25 11:35:57.3026;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now AddMonthColumns in thread 14;
2020-02-25 11:35:57.3146;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: AddDescriptiveCellText (Procedure) in thread 14;
2020-02-25 11:35:57.3146;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now AddDescriptiveCellText in thread 14;
2020-02-25 11:35:57.3146;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: ColorRoadmap (Procedure) in thread 14;
2020-02-25 11:35:57.3146;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now ColorRoadmap in thread 14;
2020-02-25 11:35:57.3326;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: HideCols (Procedure) in thread 14;
2020-02-25 11:35:57.3326;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now HideCols in thread 14;
2020-02-25 11:35:57.3326;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: Main (Procedure) in thread 14;
2020-02-25 11:35:57.3326;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now Main in thread 14;
2020-02-25 11:35:57.3566;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: CollectUniques (Function) in thread 14;
2020-02-25 11:35:57.3586;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now CollectUniques in thread 14;
2020-02-25 11:35:57.3586;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Setting current scope: GetColLetter (Function) in thread 14;
2020-02-25 11:35:57.3586;TRACE-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.IdentifierReferenceResolver;Current scope is now GetColLetter in thread 14;
2020-02-25 11:35:57.3586;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.ReferenceManagement.ReferenceResolveRunnerBase;Binding resolution done for component 'Roadmap.Code' in 220ms (thread 14);
2020-02-25 11:35:57.3586;DEBUG-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;Module 'Code' state is changing to 'Ready' (thread 14);
2020-02-25 11:35:57.3586;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Resolved references in 248ms.;
2020-02-25 11:35:57.4038;INFO-2.5.0.5244;Rubberduck.Parsing.Common.ParsingStageTimer;Determined module to module references in 30ms.;
2020-02-25 11:35:57.5017;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.RubberduckParserState;RubberduckParserState (8) is invoking StateChanged (Ready);
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefTypeStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleScopeDimKeywordInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefTypeStatementInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleScopeDimKeywordInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'BooleanAssignedInIfElseInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'BooleanAssignedInIfElseInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteWhileWendStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6296;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAnnotationArgumentInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAnnotationArgumentInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.6696;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultilineParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultipleDeclarationsInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultipleDeclarationsInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteWhileWendStatementInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyStringLiteralInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCommentSyntaxInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MultilineParameterInspection.DoGetInspectionResults' ran for 33ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCommentSyntaxInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteErrorSyntaxInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteErrorSyntaxInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteLetStatementInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallStatementInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.6706;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyStringLiteralInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'RedundantOptionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnLocalErrorInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnLocalErrorInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionBaseInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionExplicitInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteLetStatementInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionExplicitInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StepOneIsRedundantInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'RedundantOptionInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StepOneIsRedundantInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StopKeywordInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.6866;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OptionBaseInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'StopKeywordInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallingConventionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NegativeLineNumberInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitByRefModifierInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitByRefModifierInspection.DoGetInspectionResults' ran for 77ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnreachableCaseInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnErrorGoToMinusOneInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnreachableCaseInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteCallingConventionInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NegativeLineNumberInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7046;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureCanBeWrittenAsFunctionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'OnErrorGoToMinusOneInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultMemberRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultMemberRequiredInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineContinuationBetweenKeywordsInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineContinuationBetweenKeywordsInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnhandledOnErrorResumeNextInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureCanBeWrittenAsFunctionInspection.DoGetInspectionResults' ran for 9ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureRequiredInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ValueRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ValueRequiredInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7176;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignedByValParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignedByValParameterInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnhandledOnErrorResumeNextInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ConstantNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ConstantNotUsedInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7326;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DuplicatedAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DuplicatedAnnotationInspection.DoGetInspectionResults' ran for 5ms;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultProjectNameInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'DefaultProjectNameInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SetAssignmentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SetAssignmentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyMethodInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyMethodInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyModuleInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EmptyModuleInspection.DoGetInspectionResults' ran for 18ms;
2020-02-25 11:35:57.7485;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ArgumentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7645;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ArgumentWithIncompatibleObjectTypeInspection.DoGetInspectionResults' ran for 5ms;
2020-02-25 11:35:57.7645;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EncapsulatePublicFieldInspection.DoGetInspectionResults' returned 5 objects.;
2020-02-25 11:35:57.7645;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'EncapsulatePublicFieldInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.7645;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7645;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitDefaultMemberAccessInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IllegalAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IllegalAnnotationInspection.DoGetInspectionResults' ran for 18ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplementedInterfaceMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplementedInterfaceMemberInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitPublicMemberInspection.DoGetInspectionResults' returned 3 objects.;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitPublicMemberInspection.DoGetInspectionResults' ran for 4ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveSheetReferenceInspection.DoGetInspectionResults' returned 9 objects.;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveSheetReferenceInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitVariantReturnTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitVariantReturnTypeInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.7795;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedDefaultMemberAccessInspection.DoGetInspectionResults' returned 43 objects.;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedDefaultMemberAccessInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedRecursiveDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.7955;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitUnboundDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8155;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitUnboundDefaultMemberAccessInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.8155;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedUnboundDefaultMemberAccessInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IndexedUnboundDefaultMemberAccessInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineLabelNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'LineLabelNotUsedInspection.DoGetInspectionResults' ran for 18ms;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IntegerDataTypeInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8425;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IntegerDataTypeInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ApplicationWorksheetFunctionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8365;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveWorkbookReferenceInspection.DoGetInspectionResults' returned 13 objects.;
2020-02-25 11:35:57.8425;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ImplicitActiveWorkbookReferenceInspection.DoGetInspectionResults' ran for 41ms;
2020-02-25 11:35:57.8425;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ApplicationWorksheetFunctionInspection.DoGetInspectionResults' ran for 18ms;
2020-02-25 11:35:57.8425;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HostSpecificExpressionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8425;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HostSpecificExpressionInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.8735;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingModuleAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8735;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingModuleAnnotationInspection.DoGetInspectionResults' ran for 18ms;
2020-02-25 11:35:57.8735;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleWithoutFolderInspection.DoGetInspectionResults' returned 8 objects.;
2020-02-25 11:35:57.8735;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ModuleWithoutFolderInspection.DoGetInspectionResults' ran for 4ms;
2020-02-25 11:35:57.8735;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MoveFieldCloserToUsageInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8895;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MoveFieldCloserToUsageInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.8895;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonReturningFunctionInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.8895;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonReturningFunctionInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.9105;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectVariableNotSetInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9105;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectVariableNotSetInspection.DoGetInspectionResults' ran for 10ms;
2020-02-25 11:35:57.9255;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectWhereProcedureIsRequiredInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9255;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObjectWhereProcedureIsRequiredInspection.DoGetInspectionResults' ran for 4ms;
2020-02-25 11:35:57.9255;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteGlobalInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9255;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteGlobalInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteTypeHintInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteTypeHintInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MemberNotOnInterfaceInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingOnInappropriateArgumentInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingOnInappropriateArgumentInspection.DoGetInspectionResults' ran for 98ms;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MemberNotOnInterfaceInspection.DoGetInspectionResults' ran for 104ms;
2020-02-25 11:35:57.9445;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HungarianNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'HungarianNotationInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ProcedureNotUsedInspection.DoGetInspectionResults' ran for 7ms;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAttributeInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingAttributeInspection.DoGetInspectionResults' ran for 7ms;
2020-02-25 11:35:57.9525;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SelfAssignedDeclarationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9674;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SelfAssignedDeclarationInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.9674;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingMemberAnnotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9674;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'MissingMemberAnnotationInspection.DoGetInspectionResults' ran for 6ms;
2020-02-25 11:35:57.9674;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfRecursiveBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfRecursiveBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfUnboundBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfUnboundBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterCanBeByValInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterCanBeByValInspection.DoGetInspectionResults' ran for 48ms;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseMeaningfulNameInspection.DoGetInspectionResults' returned 5 objects.;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseMeaningfulNameInspection.DoGetInspectionResults' ran for 34ms;
2020-02-25 11:35:57.9834;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfBangNotationInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UseOfBangNotationInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotAssignedInspection.DoGetInspectionResults' returned 3 objects.;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotAssignedInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterNotUsedInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ParameterNotUsedInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableTypeNotDeclaredInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:57.9994;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelMemberMayReturnNothingInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelMemberMayReturnNothingInspection.DoGetInspectionResults' ran for 252ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteMemberUsageInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ObsoleteMemberUsageInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableTypeNotDeclaredInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'KeywordsUsedAsMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'KeywordsUsedAsMemberInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotUsedInspection.DoGetInspectionResults' returned 7 objects.;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'VariableNotUsedInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'FunctionReturnValueNotUsedInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'FunctionReturnValueNotUsedInspection.DoGetInspectionResults' ran for 3ms;
2020-02-25 11:35:58.0154;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonBreakingSpaceIdentifierInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'NonBreakingSpaceIdentifierInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignmentNotUsedInspection.DoGetInspectionResults' returned 4 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AssignmentNotUsedInspection.DoGetInspectionResults' ran for 301ms;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'WriteOnlyPropertyInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'WriteOnlyPropertyInspection.DoGetInspectionResults' ran for 5ms;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnassignedVariableUsageInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnassignedVariableUsageInspection.DoGetInspectionResults' ran for 83ms;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AttributeValueOutOfSyncInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0304;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'AttributeValueOutOfSyncInspection.DoGetInspectionResults' ran for 5ms;
2020-02-25 11:35:58.0464;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UndeclaredVariableInspection.DoGetInspectionResults' returned 1 objects.;
2020-02-25 11:35:58.0464;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UndeclaredVariableInspection.DoGetInspectionResults' ran for 2ms;
2020-02-25 11:35:58.0464;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnderscoreInPublicClassModuleMemberInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0464;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UnderscoreInPublicClassModuleMemberInspection.DoGetInspectionResults' ran for 1ms;
2020-02-25 11:35:58.0464;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelUdfNameIsValidCellReferenceInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.0614;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'ExcelUdfNameIsValidCellReferenceInspection.DoGetInspectionResults' ran for 19ms;
2020-02-25 11:35:58.0614;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UntypedFunctionUsageInspection.DoGetInspectionResults' returned 3 objects.;
2020-02-25 11:35:58.0614;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'UntypedFunctionUsageInspection.DoGetInspectionResults' ran for 0ms;
2020-02-25 11:35:58.1204;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingWithNonArgumentParameterInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:35:58.1204;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'IsMissingWithNonArgumentParameterInspection.DoGetInspectionResults' ran for 58ms;
2020-02-25 11:35:59.2139;INFO-2.5.0.5244;Rubberduck.Parsing.VBA.ParseCoordinator;Parsing run finished after 9.6274871s. (thread 9).;
2020-02-25 11:36:00.9771;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SheetAccessedUsingStringInspection.DoGetInspectionResults' returned 2 objects.;
2020-02-25 11:36:00.9771;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SheetAccessedUsingStringInspection.DoGetInspectionResults' ran for 3007ms;
2020-02-25 11:36:00.9841;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SuspiciousLetAssignmentInspection.DoGetInspectionResults' returned 0 objects.;
2020-02-25 11:36:00.9841;TRACE-2.5.0.5244;Rubberduck.Inspections.Abstract.InspectionBase;Intercepted invocation of 'SuspiciousLetAssignmentInspection.DoGetInspectionResults' ran for 4ms;
2020-02-25 11:36:00.9841;TRACE-2.5.0.5244;Rubberduck.UI.Inspections.InspectionResultsViewModel;Inspection results returned in 3489ms;
2020-02-25 11:36:01.0300;TRACE-2.5.0.5244;Rubberduck.UI.Inspections.InspectionResultsViewModel;Inspection results rendered in 19ms;
2020-02-25 11:36:27.5540;DEBUG-2.5.0.5244;Rubberduck.UI.Command.MenuItems.ParentMenus.ParentMenuItemBase;(62942996) Executing click handler for menu item 'Code &Inspections', hash code 23285234;
2020-02-25 11:36:27.5710;TRACE-2.5.0.5244;Rubberduck.UI._DockableWindowHost;IOleObject::DoVerb() called with iVerb OLEIVERB_SHOW.;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49345;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49244;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49379;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49367;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49383;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49377;
2020-02-25 11:36:27.5889;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49265;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49364;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49300;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49299;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49380;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49298;
2020-02-25 11:36:27.5969;TRACE-2.5.0.5244;Rubberduck.UI._DockableWindowHost;IOleObject::DoVerb() called with iVerb OLEIVERB_SHOW.;
2020-02-25 11:36:46.9711;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49357;
2020-02-25 11:36:46.9871;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49298;
2020-02-25 11:36:46.9871;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49380;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49320;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49299;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49300;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49364;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49265;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49377;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49383;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49367;
2020-02-25 11:36:46.9911;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49379;
2020-02-25 11:36:50.7354;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49341;
2020-02-25 11:36:50.7504;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49333;
2020-02-25 11:36:50.7504;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49310;
2020-02-25 11:36:50.7504;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49337;
2020-02-25 11:36:50.7504;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49314;
2020-02-25 11:36:50.7504;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49244;
2020-02-25 11:36:50.7574;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49307;
2020-02-25 11:36:50.8574;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49293;
2020-02-25 11:36:50.8574;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49379;
2020-02-25 11:36:50.8663;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49319;
2020-02-25 11:36:50.8663;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49373;
2020-02-25 11:36:50.8663;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49251;
2020-02-25 11:36:59.4794;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49251;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49373;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49379;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49293;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49377;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49364;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49300;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49265;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49299;
2020-02-25 11:36:59.4964;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49320;
2020-02-25 11:36:59.5084;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49380;
2020-02-25 11:36:59.5084;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49307;
2020-02-25 11:37:02.1262;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49298;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49307;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49380;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49320;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49314;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49337;
2020-02-25 11:37:02.1412;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49310;
2020-02-25 11:37:02.1502;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49333;
2020-02-25 11:37:02.1502;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49319;
2020-02-25 11:37:02.1502;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49341;
2020-02-25 11:37:02.1502;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49383;
2020-02-25 11:37:02.1502;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49299;
2020-02-25 11:37:05.6197;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49299;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49364;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49400;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49309;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49265;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49383;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49341;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49319;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49333;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49310;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49337;
2020-02-25 11:37:05.6347;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49314;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49314;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49337;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49310;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49333;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49319;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49341;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49383;
2020-02-25 11:37:07.5310;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49265;
2020-02-25 11:37:07.5420;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49309;
2020-02-25 11:37:07.5420;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49400;
2020-02-25 11:37:07.5420;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49364;
2020-02-25 11:37:07.5420;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49299;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49404;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49299;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49364;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49400;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49309;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49265;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49383;
2020-02-25 11:37:09.2032;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49341;
2020-02-25 11:37:09.2132;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49319;
2020-02-25 11:37:09.2132;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49333;
2020-02-25 11:37:09.2132;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49310;
2020-02-25 11:37:09.2132;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49337;
2020-02-25 11:37:11.3029;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49337;
2020-02-25 11:37:11.3169;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49310;
2020-02-25 11:37:11.3169;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49333;
2020-02-25 11:37:11.3169;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49319;
2020-02-25 11:37:11.3169;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49341;
2020-02-25 11:37:11.3169;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49383;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49265;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49309;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49400;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49364;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49299;
2020-02-25 11:37:11.3229;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49314;
2020-02-25 11:37:23.4623;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49320;
2020-02-25 11:37:23.4803;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49314;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49299;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49364;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49400;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49309;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49265;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49383;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49341;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49319;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49333;
2020-02-25 11:37:23.4813;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49310;
2020-02-25 11:37:25.7094;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49265;
2020-02-25 11:37:25.8114;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49310;
2020-02-25 11:37:25.8114;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49333;
2020-02-25 11:37:25.8114;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49383;
2020-02-25 11:37:25.8114;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49364;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49309;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49400;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49314;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49380;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49307;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49298;
2020-02-25 11:37:25.8254;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49293;
2020-02-25 11:37:47.3403;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49379;
2020-02-25 11:37:47.3563;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49380;
2020-02-25 11:37:47.3563;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49373;
2020-02-25 11:37:47.3563;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49309;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49364;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49310;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49265;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49298;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49314;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49400;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49383;
2020-02-25 11:37:47.3603;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49333;
2020-02-25 11:37:53.8246;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49314;
2020-02-25 11:37:53.9357;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49383;
2020-02-25 11:37:53.9357;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49298;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49265;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49364;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49309;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49373;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49380;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49335;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49379;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49332;
2020-02-25 11:37:53.9397;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49401;
2020-02-25 11:37:55.0448;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49401;
2020-02-25 11:37:55.0448;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49332;
2020-02-25 11:37:55.0448;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49379;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49335;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49380;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49373;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49309;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49364;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49265;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49298;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49383;
2020-02-25 11:37:55.0488;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49314;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49359;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49405;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49286;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49349;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49333;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49400;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49310;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49299;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49320;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49300;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49314;
2020-02-25 11:37:55.3148;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49383;
2020-02-25 11:37:56.3829;INFO-2.5.0.5244;Rubberduck._Extension;Rubberduck is shutting down.;
2020-02-25 11:37:56.3829;TRACE-2.5.0.5244;Rubberduck._Extension;Unhooking VBENativeServices events...;
2020-02-25 11:37:56.3829;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Releasing subclass for hWnd 0x00030518.;
2020-02-25 11:37:56.3829;TRACE-2.5.0.5244;Rubberduck.VBEditor.WindowsApi.SubclassManager;Releasing subclass for hWnd 0x00040542.;
2020-02-25 11:37:56.4019;TRACE-2.5.0.5244;Rubberduck._Extension;Releasing dockable hosts...;
2020-02-25 11:37:56.4347;TRACE-2.5.0.5244;Rubberduck._Extension;Initiating App.Shutdown...;
2020-02-25 11:37:56.5797;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentModuleCommand was registered with id 49383;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49314;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49300;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49320;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49299;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.CodeExplorerCommand was registered with id 49310;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ExportAllCommand was registered with id 49400;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.FindSymbolCommand was registered with id 49333;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.IndentCurrentProcedureCommand was registered with id 49349;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.InspectionResultsCommand was registered with id 49286;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.ReparseCommand was registered with id 49405;
2020-02-25 11:37:56.5807;TRACE-2.5.0.5244;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ComCommands.TestExplorerCommand was registered with id 49359;
2020-02-25 11:37:56.5807;INFO-2.5.0.5244;Rubberduck.Common.LogLevelHelper;Minimum log level changing from Trace to Off;

Additional context Resolution: 2560x1440 Dual monitors 2 different resolutions on the monitors. In extend mode. Other monitor is 1200x1900 and in portrait mode Happens with or without the high resolution fix setting

Se7enSquared commented 4 years ago

More info:

Happens after reboot Happens in ALL Rubberduck windows, not just code inspector.

Is there a workaround I can use? I cannot use rubberduck at all right now because I do not want to keep having to close excel completely every time I use one of its features.

IvenBach commented 4 years ago

Try adjusting the Code Inspection window IE resizing it. I have this happen on occasion with 3 monitors.

MDoerner commented 4 years ago

Even though this does not fully solve the problem, you should be able to close the window via Alt+F4 while the window has focus.

MDoerner commented 4 years ago

Experimenting a bit further, after using the two-step shortcut Alt+Space, M while the window has focus, you should be able to move the window via the arrow keys.

bclothier commented 4 years ago

Just for reference - are you using high DPI on your monitors? If so, have you set the DPI awareness via Rubberduck settings?

(I'm not sure if this is relevant but wanted to make sure)

Vogel612 commented 4 years ago

an alternative workaround that might be quicker would be using Windows + [Arrow Keys] with the window having focus to make it show up as desktop-splitting and bringing the window top onto the screen.

You could also try adjusting your display settings such that the top edge of monitor 2 aligns with the top edge of monitor 1. I assume that Windows internally renders to a bounding box around the combined resolution of both monitors, resulting in the window being "pushed out the top" of monitor 1.

retailcoder commented 4 years ago

VBE toolwindows are so much fun! 😫

Happens every so often here too when a toolwindow is dismissed while floating/undocked - resizing any edge puts it back on screen.