4 writes to Context
Microsoft.VisualStudio.TestPlatform.Common (3)
DataCollection\DataCollectionManager.cs (3)
305
sessionStartEventArgs.
Context
= new DataCollectionContext(_dataCollectionEnvironmentContext.SessionDataCollectionContext.SessionId);
322
testCaseStartEventArgs.
Context
= context;
338
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)
547
_logger.LogWarning(args.
Context
, ex.ToString());
555
_logger.LogWarning(args.
Context
, ex.ToString());
606
_logger.LogWarning(args.
Context
, ex.ToString());
653
_logger.LogWarning(args.
Context
, string.Format(CultureInfo.CurrentCulture, Resources.Resources.ProcDumpCouldNotStart, e.Message));
658
_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
);
345
result = _attachmentManager.GetAttachments(testCaseEndEventArgs.
Context
);