2 writes to _stopwatch
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Telemetry\TelemetryScope.cs (2)
30_stopwatch = null!; 49_stopwatch = StopwatchPool.Default.Get();
5 references to _stopwatch
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Telemetry\TelemetryScope.cs (5)
51_stopwatch.Restart(); 63_stopwatch.Stop(); 65var elapsed = _stopwatch.Elapsed; 69_properties[^1] = new("eventscope.ellapsedms", _stopwatch.ElapsedMilliseconds); 74StopwatchPool.Default.Return(_stopwatch);