7 references to DefaultTimeSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (7)
Windows\TcpTableInfoTests.cs (5)
20
public static DateTimeOffset NextTimestamp = StartTimestamp.Add(
DefaultTimeSpan
);
178
SamplingInterval =
DefaultTimeSpan
194
SamplingInterval =
DefaultTimeSpan
208
NextTimestamp = StartTimestamp.Add(
DefaultTimeSpan
);
212
SamplingInterval =
DefaultTimeSpan
Windows\WindowsCountersTests.cs (2)
21
TcpTableInfoTests.NextTimestamp = TcpTableInfoTests.StartTimestamp.Add(TcpTableInfoTests.
DefaultTimeSpan
);
23
Tcp6TableInfoTests.NextTimestamp = TcpTableInfoTests.StartTimestamp.Add(TcpTableInfoTests.
DefaultTimeSpan
);