4 writes to Context
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectionManager.cs (3)
309
sessionStartEventArgs.
Context
= new DataCollectionContext(_dataCollectionEnvironmentContext.SessionDataCollectionContext.SessionId);
334
testCaseStartEventArgs.
Context
= context;
358
testCaseEndEventArgs.
Context
= context;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\Events\DataCollectionEventArgs.cs (1)
32
Context
= context;
7 references to Context
Microsoft.TestPlatform.Extensions.BlameDataCollector (5)
BlameCollector.cs (5)
552
_logger.LogWarning(args.
Context
, ex.ToString());
560
_logger.LogWarning(args.
Context
, ex.ToString());
611
_logger.LogWarning(args.
Context
, ex.ToString());
658
_logger.LogWarning(args.
Context
, string.Format(CultureInfo.CurrentCulture, Resources.Resources.ProcDumpCouldNotStart, e.Message));
663
_logger.LogWarning(args.
Context
, string.Format(CultureInfo.CurrentCulture, Resources.Resources.ProcDumpCouldNotStart, e.ToString()));
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
248
result = _attachmentManager.GetAttachments(endEvent.
Context
);
365
result = _attachmentManager.GetAttachments(testCaseEndEventArgs.
Context
);