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