1 instantiation of SharedStopwatch
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs (1)
42
=> new
SharedStopwatch
(s_stopwatch.Elapsed);
4 references to SharedStopwatch
Microsoft.CodeAnalysis.Workspaces (4)
Classification\SyntaxClassification\SyntacticChangeRangeComputer.cs (2)
46
var
stopwatch =
SharedStopwatch
.StartNew();
src\Compilers\Core\Portable\InternalUtilities\SharedStopwatch.cs (2)
25
public static
SharedStopwatch
StartNew()
41
private static
SharedStopwatch
StartNewCore()