1 write to TestExecId
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionContext.cs (1)
67TestExecId = 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)
100[MemberNotNullWhen(true, nameof(TestExecId))] 103get { return TestExecId != null; } 122&& (TestExecId?.Equals(other.TestExecId) ?? other.TestExecId == null); 136if (TestExecId != null) 138hashCode = 31 * hashCode + TestExecId.GetHashCode();