2 writes to Id
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\TestSessionInfo.cs (2)
21
Id
= Guid.NewGuid();
26
Id
= id;
7 references to Id
Microsoft.TestPlatform.CommunicationUtilities (4)
_generated\44\TestPlatformJsonContext.TestSessionInfo.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo)obj).
Id
,
88
writer.WriteString(PropName_Id, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo)value).
Id
);
Serialization\TestSessionInfoConverter.cs (1)
41
writer.WriteString("Id", value.
Id
);
Serialization\TestSessionInfoFactory.cs (1)
39
typeof(TestSessionInfo).GetProperty(nameof(TestSessionInfo.
Id
), BindingFlags.Public | BindingFlags.Instance)!
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Client\TestSessionInfo.cs (3)
42
return
Id
.GetHashCode();
66
return other != null &&
Id
.Equals(other.
Id
);