1. 30 10月, 2018 1 次提交
    • I
      fix for PerfWatsonHang:... · 53cf17c6
      Ivan Basov 提交于
      fix for PerfWatsonHang: microsoft.visualstudio.languageservices.dll!Microsoft.VisualStudio.LanguageServices.Implementation.EditAndContinue.VsENCRebuildableProjectImpl.GetProjectAnalysisSummary (#30796)
      
      53cf17c6
  2. 11 10月, 2018 1 次提交
  3. 28 8月, 2018 1 次提交
  4. 07 3月, 2018 2 次提交
  5. 16 2月, 2018 1 次提交
    • T
      Redesign active statement handling during debugging (#24428) · 11c4bb2f
      Tomáš Matoušek 提交于
      * Active Statement Handling
      
      * Start active statement tracking on background thread
      
      * Ensure XAPI is initialized before calling Concord APIs.
      
      * Fix up and add comments
      
      * Call UninitializeThread in VisualStudioActiveStatementProvider
      
      * Fixes
      
      * PR feedback
      
      * Use dispose pattern for debugger thread initialization
      
      * Finish test
      
      * PR feedback
      
      * Do not track active statements in projects that do not support Roslyn EnC service (e.g. F#)
      
      * Update comment.
      
      * EnC: Report diagnostics for unexpected recoverable exceptions.
      
      * Tweak NFW reporting
      
      * Account for workspace changes in ActiveStatementTagger
      
      * Unsubscribe event in dispose
      
      * Fix initialization of non-remappable regions for unchanged AS in updated method
      
      * Keep non-remappable regions from previous edit session if no edits were made.
      
      * Update xlfs
      
      * Avoid double-free on cancellation
      
      * Avoid calling DkmWorkList.Cancel for now
      
      * Handle active statement without location
      11c4bb2f