1 write to _started
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs (1)
20
_started
= started;
1 reference to _started
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs (1)
23
public TimeSpan Elapsed => s_stopwatch.Elapsed -
_started
;