8 references to StartNew
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (1)
427var stopwatch = ValueStopwatch.StartNew();
Infrastructure\ResourceInvoker.cs (1)
120var stopwatch = ValueStopwatch.StartNew();
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();