1 write to TestExecId
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionContext.cs (1)
70TestExecId = testExecId;
9 references to TestExecId
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionAttachmentManager.cs (1)
245? fileTransferInfo.Context.TestExecId.Id.ToString()
DataCollection\TestPlatformDataCollectionLogger.cs (1)
142args.TestCaseId = context.TestExecId.Id;
Microsoft.VisualStudio.TestPlatform.ObjectModel (7)
DataCollector\DataCollectionContext.cs (7)
103[MemberNotNullWhen(true, nameof(TestExecId))] 106get { return TestExecId != null; } 125&& (TestExecId?.Equals(other.TestExecId) ?? other.TestExecId == null); 139if (TestExecId != null) 141hashCode = 31 * hashCode + TestExecId.GetHashCode();