2 writes to TestCaseId
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Events\TestCaseEvents.cs (2)
49TestCaseId = testCaseId; 79TestCaseId = testElement.Id;
6 references to TestCaseId
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionTestCaseEventHandler.cs (2)
102EqtTrace.Info("DataCollectionTestCaseEventHandler: Test case '{0} - {1}' started.", testCaseStartEventArgs?.TestCaseName, testCaseStartEventArgs?.TestCaseId); 127EqtTrace.Info("DataCollectionTestCaseEventHandler: Test case '{0} - {1}' completed", testCaseEndEventArgs?.TestCaseName, testCaseEndEventArgs?.TestCaseId);
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (4)
64if (!_attachmentsCache.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets)) 67_attachmentsCache.Add(e.TestCaseId, attachmentSets); 82if (_attachmentsCache.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets)) 90_attachmentsCache.Remove(e.TestCaseId);