1 write to _attachmentManager
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionManager.cs (1)
104
_attachmentManager
= datacollectionAttachmentManager;
5 references to _attachmentManager
Microsoft.VisualStudio.TestPlatform.Common (5)
DataCollection\DataCollectionManager.cs (5)
177
_attachmentManager
.Initialize(sessionId, resultsDirectory, _messageSink);
237
_attachmentManager
.Cancel();
248
result =
_attachmentManager
.GetAttachments(endEvent.Context);
345
result =
_attachmentManager
.GetAttachments(testCaseEndEventArgs.Context);
527
_attachmentManager
,