1 write to _stopwatch
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
50
_stopwatch
= Stopwatch.StartNew();
1 reference to _stopwatch
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
26
public DateTimeOffset Now => _startTime.AddTicks(
_stopwatch
.ElapsedTicks * 10000000 / Stopwatch.Frequency);