int IVsReportExternalErrors.ClearAllErrors()
 => _externalErrorReporter.ClearAllErrors();
Beispiel #2
0
 int IVsReportExternalErrors.ClearAllErrors()
 {
     return(_externalErrorReporter.ClearAllErrors());
 }