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