System.Diagnostics.StopwatchPolyfills
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);
}
}