2 writes to _started
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestRun.cs (2)
78
_started
= DateTime.UtcNow;
114
_started
= value;
1 reference to _started
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestRun.cs (1)
109
return
_started
;