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