22 references to DataCollectionService
Microsoft.VisualStudio.Extensibility.Testing.Xunit (16)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\DataCollectionService.cs (1)
264var assemblyPath = typeof(DataCollectionService).Assembly.Location;
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (2)
302DataCollectionService.CaptureFailureState(executionMessageSinkFilter?.CurrentTestCase ?? "Unknown", e); 438CurrentTestCase = DataCollectionService.GetTestName(testCaseStarting.TestCase);
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\VisualStudioInstanceFactory.cs (2)
316var logDir = DataCollectionService.GetLogDirectory(); 453var dir = DataCollectionService.GetLogDirectory();
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\InProcessIdeTestInvoker.cs (8)
43catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex)) 68catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex)) 94catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex)) 116catch (Exception ex) when (DataCollectionService.LogAndCatch(ex)) 181catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex)) 191DataCollectionService.TryLog(ex); 212catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex)) 236catch (Exception ex) when (DataCollectionService.LogAndPropagate(ex))
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\InProcessIdeTestRunner.cs (3)
28DataCollectionService.InstallFirstChanceExceptionHandler(); 35DataCollectionService.CurrentTest = Test; 44DataCollectionService.CurrentTest = null;
Microsoft.VisualStudio.Razor.IntegrationTests (6)
VisualStudioLogging.cs (6)
40DataCollectionService.RegisterCustomLogger(RazorOutputPaneLogger, RazorOutputLogId, "log"); 41DataCollectionService.RegisterCustomLogger(RazorLogHubLogger, LogHubLogId, "zip"); 42DataCollectionService.RegisterCustomLogger(RazorServiceHubLogger, ServiceHubLogId, "zip"); 43DataCollectionService.RegisterCustomLogger(RazorComponentModelCacheLogger, ComponentModelCacheId, "zip"); 44DataCollectionService.RegisterCustomLogger(RazorExtensionExplorerLogger, ExtensionDirectoryId, "txt"); 45DataCollectionService.RegisterCustomLogger(RazorMEFErrorLogger, MEFErrorId, "txt");