1 instantiation of ValueStopwatch
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());
11 references to ValueStopwatch
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ControllerActionInvoker.cs (2)
427var stopwatch = ValueStopwatch.StartNew();
Infrastructure\ResourceInvoker.cs (2)
120var stopwatch = ValueStopwatch.StartNew();
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
PartialViewResultExecutor.cs (2)
69var stopwatch = ValueStopwatch.StartNew(); 150var stopwatch = ValueStopwatch.StartNew();
ViewComponents\DefaultViewComponentInvoker.cs (2)
100var stopwatch = ValueStopwatch.StartNew(); 157var stopwatch = ValueStopwatch.StartNew();
ViewResultExecutor.cs (2)
70var stopwatch = ValueStopwatch.StartNew(); 144var stopwatch = ValueStopwatch.StartNew();