2 instantiations of WorkItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\WorkItems.cs (2)
111
Add(new
WorkItem
(i));
121
Add(new
WorkItem
(item));
6 references to WorkItem
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\WorkItems.cs (6)
51
return other is
WorkItem
otherItem && _id == otherItem._id;
93
internal sealed class WorkItemCollection : EqtBaseCollection<
WorkItem
>
128
public override void Add(
WorkItem
item)
145
foreach (
WorkItem
item in this)
164
foreach (
WorkItem
item in this)
195
foreach (
WorkItem
item in this)