1 write to _testSessionStopwatch
Microsoft.TestPlatform.CrossPlatEngine (1)
TestSession\ProxyTestSessionManager.cs (1)
92
_testSessionStopwatch
= new Stopwatch();
3 references to _testSessionStopwatch
Microsoft.TestPlatform.CrossPlatEngine (3)
TestSession\ProxyTestSessionManager.cs (3)
197
_testSessionStopwatch
.Start();
229
_testSessionStopwatch
.Stop();
237
_testSessionStopwatch
.Elapsed.TotalSeconds);