<PackageReference Include="System.Threading.RateLimiting" Version="11.0.0-preview.4.26230.115" />

System.Diagnostics.StopwatchPolyfills

static class StopwatchPolyfills
Provides downlevel polyfills for static methods on Stopwatch.
namespace System.Diagnostics { internal static class StopwatchPolyfills { public sealed class <G>$AD93117E3FFCAC821CE1CEBBAA8CB0C8 { public static class <M>$94C5FA21BCD9FEF56BA0791F24C96A9F { } public static TimeSpan GetElapsedTime(long startingTimestamp); public static TimeSpan GetElapsedTime(long startingTimestamp, long endingTimestamp); } public static TimeSpan GetElapsedTime(long startingTimestamp); public static TimeSpan GetElapsedTime(long startingTimestamp, long endingTimestamp); } }