1 write to _id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\WorkItems.cs (1)
28_id = workitemId;
5 references to _id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\WorkItems.cs (5)
38return _id; 51return other is WorkItem otherItem && _id == otherItem._id; 60return _id.GetHashCode(); 69return _id.ToString(CultureInfo.InvariantCulture);