Visual Studio 2012 Freezes with ReSharper 7.1 assembly in call stack

Vstudio 2012 / RS 7.1.3 / TC 8.0.6

Now and then Vstudio totally freezes and I must kill process to be able to work. Before killing it though, I attached devstudio and inspecting the main thread (which was using the cpu) it has a call stack like below which to mee seems like a recursion gone wrong somewhere? Is this a known issue and if so is it resolved in future versions?

Thanks.

     [Managed to Native Transition]     
>     JetBrains.Platform.ReSharper.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     JetBrains.Platform.TeamCity.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     JetBrains.Platform.TeamCity.Util.dll!JetBrains.UI.Interop.WindowsHook.CoreHookProc(int code, System.IntPtr wParam, System.IntPtr lParam) + 0xbf bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0xcf bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes

0
8 comments

Another freeze today but with a different callstack (no TeamCity to be seen this time). Unfortunately I did not log this vstudio session:

     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
>     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Line 345 + 0x16 bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Line 494 + 0x18 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Line 111 + 0xa bytes     Unknown
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) Line 41 + 0x17 bytes     Unknown
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Line 1447 + 0x2d bytes     Unknown
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Line 398     Unknown
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(System.Windows.Forms.Form form) Line 3491 + 0x1a bytes     C#
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(int reason, System.Windows.Forms.ApplicationContext context) Line 3429 + 0xd bytes     C#
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoop(int reason, System.Windows.Forms.ApplicationContext context) Line 3306 + 0xc bytes     C#
     System.Windows.Forms.dll!System.Windows.Forms.Application.RunDialog(System.Windows.Forms.Form form) Line 1517 + 0x2b bytes     C#
     System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window owner) Line 6122 + 0x8 bytes     C#
     System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog() Line 6022 + 0x7 bytes     C#
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore.AnonymousMethod__0(JetBrains.DataFlow.Lifetime lifetime) + 0x216 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Lifetimes.Using<bool>(System.Func<JetBrains.DataFlow.Lifetime,bool> F) + 0x50 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(JetBrains.UI.Application.Progress.TaskThreadAffinity taskThreadAffinity, System.Action<JetBrains.Application.Progress.IProgressIndicator> FTask, System.Func<JetBrains.DataFlow.Lifetime,JetBrains.Application.Progress.IProgressIndicatorModel,System.IntPtr> FAttachUi, JetBrains.Application.Progress.ProgressIndicator progressIndicator, System.Windows.Forms.IWin32Window parentWindow, JetBrains.Threading.IThreading threading, bool enforceModalityState) + 0x75 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRuns.ExecuteTask(string name, JetBrains.Application.Progress.TaskCancelable cancelable, System.Action<JetBrains.Application.Progress.IProgressIndicator> task) + 0x61 bytes     
     JetBrains.ReSharper.Features.Altering.dll!JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.FormatFiles(JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupFilesCollector context, JetBrains.ReSharper.Feature.Services.CodeCleanup.CodeCleanupProfile profile) + 0xd6 bytes     
     JetBrains.ReSharper.Features.Altering.dll!JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.JetBrains.ActionManagement.IActionHandler.Execute(JetBrains.Application.DataContext.IDataContext context, JetBrains.ActionManagement.DelegateExecute nextExecute) + 0x77 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ExecutableAction.Execute(JetBrains.Application.DataContext.IDataContext context) + 0xc3 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.CoreExecuteAction(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext context) + 0x18 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext context) + 0x2a bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable.AnonymousMethod__5(JetBrains.DataFlow.Lifetime lifetime) + 0x59 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Lifetimes.Using<bool>(System.Func<JetBrains.DataFlow.Lifetime,bool> F) + 0x50 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext dataContextOverride) + 0x58 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Product(string actionid, bool isAuxiliaryCommand, System.IntPtr vIn, System.IntPtr vOut) + 0xe3 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec.AnonymousMethod__15() + 0x97 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action) + 0x6f bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.TryExecute(string name, System.Action action) + 0x11f bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(System.ComponentModel.Design.CommandID commandid, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT nCmdExecOpt, System.IntPtr vIn, System.IntPtr vOut, JetBrains.VsIntegration.ActionManagement.VsActionManager.VsCommandHandlerStage stage) + 0x1b9 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.Init.AnonymousMethod__35(System.ComponentModel.Design.CommandID commandid, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT opt, System.IntPtr in, System.IntPtr out) + 0x3a bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid guidGroup, uint nCmdId, uint nCmdExcept, System.IntPtr vIn, System.IntPtr vOut) + 0xee bytes     
     [Native to Managed Transition]

0

Another freeze today as well with ReSharper in callstack.This time with another call path as seen below. I was using RS cleanup and the "Resharper Code Cleanup" Window is currently in a "not responding" state according to Windows.

     [Managed to Native Transition]     
>     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0xcf bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfOwner(System.IntPtr hwndOwner) + 0x79 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.UpdateZOrderOfThisAndOwner() + 0x110 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.WmWindowPosChanged(System.IntPtr hWnd, System.IntPtr lParam) + 0xdc bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.CustomChromeWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x90 bytes     
     Microsoft.VisualStudio.Shell.ViewManager.dll!Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.HwndSourceHook(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x19d bytes     
     PresentationCore.dll!System.Windows.Interop.HwndSource.PublicHooksFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x68 bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.JetDispatcher.InternalPumpMessagesOnce() + 0x89 bytes     
     JetBrains.Platform.ReSharper.Shell.dll!JetBrains.Application.Progress.ProgressIndicatorMarshalled.CreateWithoutSafeThreadCheck.AnonymousMethod__2() + 0x5 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.UI.Application.LocalReentrancyGuard.TryExecute(System.Action action) + 0x4f bytes     
     JetBrains.Platform.ReSharper.Shell.dll!JetBrains.Application.Progress.ProgressIndicatorMarshalled.CreateWithoutSafeThreadCheck.AnonymousMethod__1() + 0x70 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.ISignalEx.Advise<System.__Canon>.AnonymousMethod__0(System.__Canon value) + 0xb bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Signal<JetBrains.DataFlow.PropertyChangedEventArgs<double>>.NotifySinks(JetBrains.DataFlow.PropertyChangedEventArgs<double> payload) + 0x48 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Signal<JetBrains.DataFlow.PropertyChangedEventArgs<double>>.Fire(JetBrains.DataFlow.PropertyChangedEventArgs<double> value, object cookie) + 0xb9 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Property<double>.FireChange(double old, double new, object cookie) + 0x5c bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Property<double>.SetValue(double value, object cookie) + 0x1b2 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Application.Progress.ProgressIndicator.JetBrains.Application.Progress.IProgressIndicator.Advance(double units) + 0x33f bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Application.Progress.SubProgressIndicator.Advance(double units) + 0x49 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Application.Progress.SubProgressIndicator.Advance(double units) + 0x49 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.ReBindRegisteredReferences(JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.OptimizeReferenceCollector collection, bool shortenReferences, JetBrains.Application.Progress.IProgressIndicator progressIndicator) + 0x201 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.CodeStyle.OptimizeImportsEngine.Optimize(JetBrains.ReSharper.Psi.Tree.IFile file, JetBrains.DocumentModel.IRangeMarker rangeMarker, bool optimizeUsings, bool shortenReferences, JetBrains.Application.Progress.IProgressIndicator progressIndicator) + 0x3f7 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.CodeStyle.FormatterImplHelper.OptimizeImportsAndRefs(JetBrains.ReSharper.Psi.Impl.CodeStyle.IOptimizeImportsServiceProvider optimizeProvider, JetBrains.ReSharper.Psi.Tree.IFile file, JetBrains.DocumentModel.IRangeMarker rangeMarker, bool optimizeUsings, bool shortenReferences, JetBrains.Application.Progress.IProgressIndicator progressIndicator) + 0x4d bytes     
     JetBrains.ReSharper.Feature.Services.CSharp.dll!JetBrains.ReSharper.Feature.Services.CSharp.CodeCleanup.OptimizeUsings.Process.AnonymousMethod__2() + 0x83 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.DoTransaction(System.Action handler, string commandName) + 0x49 bytes     
     JetBrains.ReSharper.Feature.Services.CSharp.dll!JetBrains.ReSharper.Feature.Services.CSharp.CodeCleanup.OptimizeUsings.Process(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.DocumentModel.IRangeMarker rangeMarkerMarker, JetBrains.ReSharper.Feature.Services.CodeCleanup.CodeCleanupProfile profile, JetBrains.Application.Progress.IProgressIndicator progressIndicator) + 0xa7 bytes     
     JetBrains.ReSharper.Feature.Services.dll!JetBrains.ReSharper.Feature.Services.CodeCleanup.CodeCleanup.Run(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.DocumentModel.DocumentRange range, ref int caret, JetBrains.ReSharper.Feature.Services.CodeCleanup.CodeCleanupProfile profile, JetBrains.Application.Progress.IProgressIndicator progressIndicator) + 0x257 bytes     
     JetBrains.ReSharper.Features.Altering.dll!JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.FormatFiles.AnonymousMethod__0(JetBrains.Application.Progress.IProgressIndicator progress) + 0x188 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(JetBrains.DataFlow.IProperty<bool> isDone, JetBrains.Application.Progress.ProgressIndicator progressIndicator, JetBrains.UI.Application.Progress.TaskThreadAffinity taskThreadAffinity, System.Action<JetBrains.Application.Progress.IProgressIndicator> FTask, JetBrains.Threading.JetDispatcher dispatcherPrimary) + 0x4c bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTask.AnonymousMethod__10() + 0x1a bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.JetDispatcher.Closure.Execute() + 0x156 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.JetDispatcher.ProcessQueue() + 0x203 bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0xb9 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes     
     [Native to Managed Transition]     
     [Managed to Native Transition]     
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(System.Windows.Forms.Form form) + 0xf2 bytes     
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(int reason, System.Windows.Forms.ApplicationContext context) + 0x1c6 bytes     
     System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoop(int reason, System.Windows.Forms.ApplicationContext context) + 0x4a bytes     
     System.Windows.Forms.dll!System.Windows.Forms.Application.RunDialog(System.Windows.Forms.Form form) + 0x33 bytes     
     System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window owner) + 0x32c bytes     
     System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog() + 0x7 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore.AnonymousMethod__0(JetBrains.DataFlow.Lifetime lifetime) + 0x216 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Lifetimes.Using<bool>(System.Func<JetBrains.DataFlow.Lifetime,bool> F) + 0x50 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(JetBrains.UI.Application.Progress.TaskThreadAffinity taskThreadAffinity, System.Action<JetBrains.Application.Progress.IProgressIndicator> FTask, System.Func<JetBrains.DataFlow.Lifetime,JetBrains.Application.Progress.IProgressIndicatorModel,System.IntPtr> FAttachUi, JetBrains.Application.Progress.ProgressIndicator progressIndicator, System.Windows.Forms.IWin32Window parentWindow, JetBrains.Threading.IThreading threading, bool enforceModalityState) + 0x75 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.UI.Application.Progress.UITaskExecutorRuns.ExecuteTask(string name, JetBrains.Application.Progress.TaskCancelable cancelable, System.Action<JetBrains.Application.Progress.IProgressIndicator> task) + 0x61 bytes     
     JetBrains.ReSharper.Features.Altering.dll!JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.FormatFiles(JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupFilesCollector context, JetBrains.ReSharper.Feature.Services.CodeCleanup.CodeCleanupProfile profile) + 0xd6 bytes     
     JetBrains.ReSharper.Features.Altering.dll!JetBrains.ReSharper.Features.Altering.CodeCleanup.CodeCleanupActionBase.JetBrains.ActionManagement.IActionHandler.Execute(JetBrains.Application.DataContext.IDataContext context, JetBrains.ActionManagement.DelegateExecute nextExecute) + 0x77 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ExecutableAction.Execute(JetBrains.Application.DataContext.IDataContext context) + 0xc3 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.CoreExecuteAction(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext context) + 0x18 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext context) + 0x2a bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable.AnonymousMethod__5(JetBrains.DataFlow.Lifetime lifetime) + 0x59 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.DataFlow.Lifetimes.Using<bool>(System.Func<JetBrains.DataFlow.Lifetime,bool> F) + 0x50 bytes     
     JetBrains.Platform.ReSharper.UI.dll!JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(JetBrains.ActionManagement.IExecutableAction action, JetBrains.Application.DataContext.IDataContext dataContextOverride) + 0x58 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Product(string actionid, bool isAuxiliaryCommand, System.IntPtr vIn, System.IntPtr vOut) + 0xe3 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec.AnonymousMethod__15() + 0x97 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action) + 0x6f bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.TryExecute(string name, System.Action action) + 0x11f bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(System.ComponentModel.Design.CommandID commandid, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT nCmdExecOpt, System.IntPtr vIn, System.IntPtr vOut, JetBrains.VsIntegration.ActionManagement.VsActionManager.VsCommandHandlerStage stage) + 0x1b9 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.ActionManagement.VsActionManager.Init.AnonymousMethod__35(System.ComponentModel.Design.CommandID commandid, Microsoft.VisualStudio.OLE.Interop.OLECMDEXECOPT opt, System.IntPtr in, System.IntPtr out) + 0x3a bytes     
     JetBrains.Platform.ReSharper.VisualStudio.Core.dll!JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(ref System.Guid guidGroup, uint nCmdId, uint nCmdExcept, System.IntPtr vIn, System.IntPtr vOut) + 0xee bytes     
     [Native to Managed Transition]

0

(Related issue in youtrack: http://youtrack.jetbrains.com/issue/NP-1053 )

0

Even though I have given up to receive any feedback from Jetbrains here is another vstudio2012 freeze callstack (JS infinite loop this time it seems), still using vs2012 and RS 7.1:

>     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Util.CommonIdentifierIntern.GetTokenText(JetBrains.ReSharper.Psi.Parsing.ILexer lexer) + 0x29 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.CreateToken(JetBrains.ReSharper.Psi.Parsing.TokenNodeType tokenType) + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.createToken() + 0x1c bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseIdentifierExpression() + 0x76 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x5e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x100 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x112 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseParenthesizedExpression() + 0x7f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xd3 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x100 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseExpressionStatement() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatement() + 0x19b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x6b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseStatementsList(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x34 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseBlock() + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatement() + 0x53 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x6b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseIfStatement() + 0xd3 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatementWithParenthesis() + 0x52 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatement() + 0xa5 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x6b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseStatementsList(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x34 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseBlock() + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseFunctionExpression() + 0x10a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xed bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseArgumentListAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x9c bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionFollow(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement qualifier, bool stopAtInvopcation) + 0x6e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseNoNewLineExpressionAndSemiInternal(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x57 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseNoNewLineExpressionAndSemi(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0xf bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseReturnStatement() + 0x7f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatement() + 0xf6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x6b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseStatementsList(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x34 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseBlock() + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseFunctionExpression() + 0x10a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xed bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseObjectPropertyInitializer() + 0xca bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseObjectPropertyDeclaration() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseObjectPropertiesList() + 0xb5 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseObjectLiteral() + 0x80 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xb9 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseArgumentListAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x9c bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionFollow(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement qualifier, bool stopAtInvopcation) + 0x6e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseExpressionStatement() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x9d bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseStatementsList(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result) + 0x34 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseBlock() + 0x7e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseFunctionExpression() + 0x10a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xed bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseParenthesizedExpression() + 0x7f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseMemberExpression() + 0xd3 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseMemberExpressionImpl(bool stopAtInvopcation) + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parsePostfixExpression() + 0x8 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParsePrefixExpression() + 0x4e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x3f bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression(int operatorLevel) + 0x31 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseBinaryExpression() + 0x3e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseTernaryExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseAssignmentExpression() + 0x2a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseExpressionAllowInOperator() + 0x25 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptExpression() + 0x6 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseCompoundExpression() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseExpressionStatement() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptStatement() + 0x19b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.parseJavaScriptStatement() + 0x6b bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptFileSection() + 0x5a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Gen.JavaScriptParserGenerated.parseJavaScriptFile() + 0x4a bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Parsing.JavaScriptParser.ParseFile() + 0x11 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.LanguageService.ParseFile(JetBrains.ReSharper.Psi.Parsing.ILexer lexer, JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile) + 0x32 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CachedPsiFile.CachedPsiFile(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.ReSharper.Psi.PsiLanguageType langType, JetBrains.DocumentModel.IDocument document, JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.ISecondaryRangeTranslator secondaryTranslator, JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.ReferenceProviderFactory referenceProviderFactory, JetBrains.ReSharper.Psi.Parsing.ILexerFactory lexerFactory, JetBrains.Application.IShellLocks locks) + 0x131 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiFilesCache.CreatePrimaryFile(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile) + 0xbf bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.ExecutePrimaryWork(JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.DataForPrimaryWork dataForPrimaryWork) + 0x9b bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.AsyncCommitter<JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.DataForPrimaryWork,JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PreCommitResult>.Work() + 0x59 bytes     
     JetBrains.Platform.ReSharper.Shell.dll!JetBrains.Application.InterruptableReadActivity.DoWork() + 0x86 bytes     
     JetBrains.Platform.ReSharper.Shell.dll!JetBrains.Application.InterruptableReadActivity.DoSynch() + 0x3d bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.Execute<JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.DataForPrimaryWork,JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PreCommitResult>(bool synchronous, System.Collections.Generic.List<JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.DataForPrimaryWork> datas, System.Func<JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.DataForPrimaryWork,JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PreCommitResult> workAction, System.Action<System.Collections.Generic.List<JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PreCommitResult>> ifSuccessful, System.Action ifInterrupted, System.Action ifInterruptedSync, JetBrains.Application.CheckForInterrupt checkForInterrupt) + 0xa1 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.CommitExecuter.Commit(System.Collections.Generic.ICollection<JetBrains.ReSharper.Psi.IPsiSourceFile> sourceFilesToCommit) + 0x170 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiFilesCache.GetOrCreatePsiFile(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.ReSharper.Psi.PsiLanguageType language) + 0x1f5 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetNonInjectedPsiFile(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.ReSharper.Psi.PsiLanguageType language) + 0x42 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetPsiFiles<System.__Canon>.AnonymousMethod__16(JetBrains.ReSharper.Psi.PsiLanguageType language) + 0x17 bytes     
     System.Core.dll!System.Linq.Enumerable.WhereSelectArrayIterator<System.__Canon,System.__Canon>.MoveNext() + 0x43 bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Util.CollectionUtil.WhereNotNullCore<JetBrains.ReSharper.Psi.Tree.IFile>.MoveNext() + 0x70 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetPsiFiles(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, System.Type languageType, JetBrains.DocumentModel.DocumentRange range, JetBrains.ReSharper.Psi.Tree.IFile oldWayPsiFile, System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Psi.Tree.IFile> oldWayPsiFiles) + 0x98 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetPsiFiles<JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptLanguage>(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.DocumentModel.DocumentRange range) + 0x119 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiManagerImpl.GetPsiFile<JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptLanguage>(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.DocumentModel.DocumentRange range) + 0x48 bytes     
     JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.PsiManagerExtensions.GetPsiFile<JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptLanguage>(JetBrains.ReSharper.Psi.IPsiSourceFile sourceFile, JetBrains.DocumentModel.DocumentRange range) + 0x5e bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.JavaScriptSymbolsCache.FindDeclarationTreeNodeOfSymbol(JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.IJavaScriptSymbol symbol) + 0x97 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.JavaScriptSymbolsCache.FindDeclarationOfSymbol(JetBrains.ReSharper.Psi.JavaScript.Impl.Caches.IJavaScriptSymbol symbol) + 0x33 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Impl.DeclaredElements.JavaScriptProperty.GetDeclarations() + 0x83 bytes     
     JetBrains.ReSharper.Psi.JavaScript.dll!JetBrains.ReSharper.Psi.JavaScript.Impl.DeclaredElements.JavaScriptCachedDeclaredElementBase.GetXMLDoc(bool inherit) + 0x22 bytes     
     JetBrains.ReSharper.Daemon.dll!JetBrains.ReSharper.Daemon.IdentifierTooltipProvider<JetBrains.ReSharper.Psi.JavaScript.LanguageImpl.JavaScriptLanguage>.GetRichTooltip(JetBrains.TextControl.Markup.IHighlighter highlighter) + 0x55b bytes     
     JetBrains.Platform.ReSharper.TextControl.dll!JetBrains.TextControl.Markup.Impl.HighlighterBase.get_RichTextToolTip.AnonymousMethod__3() + 0x4b bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action) + 0x6f bytes     
     JetBrains.Platform.ReSharper.Util.dll!JetBrains.Threading.ReentrancyGuard.TryExecute(string name, System.Action action) + 0x11f bytes     
     JetBrains.Platform.ReSharper.TextControl.dll!JetBrains.TextControl.Markup.Impl.HighlighterBase.RichTextToolTip.get() + 0xb4 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.v10.v11.dll!JetBrains.VsIntegration.DevTen.Markup.VsClassificationHighlighter.CreateTag.AnonymousMethod__1() + 0x9 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.v10.v11.dll!JetBrains.VsIntegration.DevTen.Markup.VsClassificationTag.GetTooltip() + 0xb bytes     
     JetBrains.Platform.ReSharper.VisualStudio.v10.v11.dll!JetBrains.VsIntegration.DevTen.Markup.VsQuickInfoSource.GetToolTipContentForTag<JetBrains.VsIntegration.DevTen.Markup.VsClassificationTag>(Microsoft.VisualStudio.Text.Tagging.IBufferTagAggregatorFactoryService aggregatorFactory, ref Microsoft.VisualStudio.Text.ITrackingSpan applicableToSpan, Microsoft.VisualStudio.Text.ITrackingPoint triggerPoint, Microsoft.VisualStudio.Text.ITextBuffer textBuffer, JetBrains.UI.Components.Theming.ThemeColor foregroundColorResourceKey) + 0x1f6 bytes     
     JetBrains.Platform.ReSharper.VisualStudio.v10.v11.dll!JetBrains.VsIntegration.DevTen.Markup.VsQuickInfoSource.AugmentQuickInfoSession(Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSession session, System.Collections.Generic.IList<object> quickInfoContent, out Microsoft.VisualStudio.Text.ITrackingSpan applicableToSpan) + 0xa1 bytes     
     Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Language.Intellisense.Implementation.QuickInfoSession.Recalculate() + 0xc5 bytes     
     Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Language.Intellisense.Implementation.QuickInfoSession.Start() + 0x1c bytes     
     Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultQuickInfoController.OnTextView_MouseHover(object sender, Microsoft.VisualStudio.Text.Editor.MouseHoverEventArgs e) + 0x11e bytes     
     Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.RaiseHoverEvents() + 0x21a bytes     
     Microsoft.VisualStudio.Platform.VSEditor.dll!Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.OnHoverTimer(object sender, System.EventArgs e) + 0x60 bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherTimer.FireTick(object unused) + 0x2f bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes     
     mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes     
     WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes     
     WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes     
     WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes     
     WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes     
     WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes     
     WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes

0

Hello,

  Please try installing ReSharper 9.0 EAP http://confluence.jetbrains.com/display/ReSharper/ReSharper+9.0+EAP and check the issue there.

Thanks!  

0

Running RS 9 now on vsrtudio 2013 and experiencing heavy freezes/lags when editing cshtml files.

Example of callstack of main thread while studio is unresponsive:

>     JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseExpressionOrInitializerPart(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parsePropertyInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseMemberInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseMemberInitializerAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseInitializerAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeNodeType nodeType, JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.InitializerElementParseFunction parseElement, JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.ErrorHandle handleError)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseObjectInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseCreationExpressionInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseObjectCreationExpressionAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result, JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement newKeyword, JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement t)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parsePrimaryExpression()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseUnaryExpression()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionMul()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAdd()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionShift()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionRel()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAsIs()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionEqu()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionAnd()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionEor()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionIor()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCand()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCor()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionNullC()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseExpressionCondOrAssn()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseCSharpExpression()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseExpressionInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseVariableInitializer()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseLocalVariableDeclaration()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseMultipleLocalVariableDeclaration()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseDeclarationStatement()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseDeclarationOrExpressionOrLabelStatement(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseStatementAuxInternal(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseStatementAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseBlockInternal()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseBlock()     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseEmbeddedStatementNoIdentifier(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Gen.CSharpParserGenerated.parseStatementAuxInternal(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.parseStatementAux(JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.CompositeElement result)     Unknown
JetBrains.ReSharper.Psi.CSharp.dll!JetBrains.ReSharper.Psi.CSharp.Parsing.CSharpParser.ParseStatement()     Unknown
JetBrains.ReSharper.Feature.Services.CSharp.dll!JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.CSharpReparseContext.Parse(string addedText)     Unknown
JetBrains.ReSharper.LiveTemplates.CSharp.dll!JetBrains.ReSharper.LiveTemplates.CSharp.Scope.CSharpScopeProvider.TestNode<JetBrains.ReSharper.Psi.CSharp.Tree.IMethodDeclaration>(JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.CSharpReparseContext context, string text, bool strictStart)     Unknown
JetBrains.ReSharper.LiveTemplates.CSharp.dll!JetBrains.ReSharper.LiveTemplates.CSharp.Scope.CSharpScopeProvider.ProvideScopePoints()     Unknown
System.Core.dll!System.Linq.Enumerable.SelectManyIterator<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider,JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider> source, System.Func<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.IScopeProvider,System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>> selector) Line 423     C#
mscorlib.dll!System.Collections.Generic.List<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint>.List(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Scope.ITemplateScopePoint> collection) Line 105     C#
JetBrains.ReSharper.Feature.Services.dll!JetBrains.ReSharper.Feature.Services.LiveTemplates.LiveTemplates.LiveTemplatesManager.GetTemplatesInternal()     Unknown
System.Core.dll!System.Linq.Enumerable.FirstOrDefault<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template>(System.Collections.Generic.IEnumerable<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template> source, System.Func<JetBrains.ReSharper.Feature.Services.LiveTemplates.Templates.Template,bool> predicate) Line 959     C#
JetBrains.ReSharper.LiveTemplates.dll!JetBrains.ReSharper.LiveTemplates.Execution.LiveTemplateTracker.CheckEditor(JetBrains.TextControl.ITextControl textControl)     Unknown
JetBrains.ReSharper.LiveTemplates.dll!JetBrains.ReSharper.LiveTemplates.Execution.LiveTemplateTracker.TypingHandler.JetBrains.ReSharper.Psi.IAsyncCommitClient.BeforeCommit.AnonymousMethod__5()     Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.Commit.AnonymousMethod__1()     Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Files.PsiFiles.CommitAllDocumentsAsync(System.Action success, System.Action interrupted)     Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.Commit(System.Collections.Generic.HashSet<JetBrains.ReSharper.Psi.IAsyncCommitClient> clients)     Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.OnAlarm.AnonymousMethod__0()     Unknown
JetBrains.Platform.Shell.dll!JetBrains.Application.IShellLocksEx.TryExecuteWithReadLock(JetBrains.Application.IShellLocks thіs, System.Action F)     Unknown
JetBrains.ReSharper.Resources.dll!JetBrains.ReSharper.Resources.Shell.ReadLockCookie.TryExecute(System.Action action)     Unknown
JetBrains.ReSharper.Psi.dll!JetBrains.ReSharper.Psi.Impl.AsyncCommitServiceImpl.OnAlarm()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Util.Concurrency.GroupingEventHostEx.QueueAtShort.AnonymousMethod__1()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEvent.Execute()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.ExecuteExpiredEvents()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.OnClockTimerTick.AnonymousMethod__4()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action)     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(string name, System.Action action)     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.OnClockTimerTick()     Unknown
JetBrains.Platform.Util.dll!JetBrains.Threading.GroupingEventHost.ClockTimer.OnTimerTick(object sender, System.EventArgs e)     Unknown
System.Windows.Forms.dll!System.Windows.Forms.Timer.OnTick(System.EventArgs e)     Unknown
System.Windows.Forms.dll!System.Windows.Forms.Timer.TimerNativeWindow.WndProc(ref System.Windows.Forms.Message m)     Unknown
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)     Unknown

0

Hello

  Please follow the instructions described in the item 7 here http://resharper-support.jetbrains.com/entries/24083148-Visual-Studio-with-ReSharper-is-slow to collect a performance snapshot of the issue and send it to us.

  By the way, are you able to send us the problem solution or have a chance to reproduce the issue in a sample demo one?

Thanks!

0

Ok I will put it on my todo-stack and get back to you if I can repro it sooner or later depending on workload.

Thanks.

0

Please sign in to leave a comment.