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