2 references to s_stopwatch
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs (2)
23
public TimeSpan Elapsed =>
s_stopwatch
.Elapsed - _started;
42
=> new SharedStopwatch(
s_stopwatch
.Elapsed);