Пример #1
0
 // If this is the last view on a buffer, remove any results for this buffer from the
 // error list.
 private void TextBufferViewTracker_LastViewRemoved(object sender, LastViewRemovedEventArgs e)
 {
     this.backgroundAnalysisService.Value.CloseResultsAsync(e.Path)
     .FileAndForget(FileAndForgetEventName.CloseSarifLogsFailure);
 }
Пример #2
0
 // If this is the last view on a buffer, remove any results for this buffer from the
 // error list.
 private void TextBufferViewTracker_LastViewRemoved(object sender, LastViewRemovedEventArgs e)
 {
     this.sarifViewerInterop.CloseSarifLogAsync(new string[] { e.Path })
     .FileAndForget(FileAndForgetEventName.CloseSarifLogsFailure);
 }