7 references to DefaultTimeSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (7)
Windows\TcpTableInfoTests.cs (5)
23
public static DateTimeOffset NextTimestamp = StartTimestamp.Add(
DefaultTimeSpan
);
181
SamplingInterval =
DefaultTimeSpan
197
SamplingInterval =
DefaultTimeSpan
211
NextTimestamp = StartTimestamp.Add(
DefaultTimeSpan
);
215
SamplingInterval =
DefaultTimeSpan
Windows\WindowsCountersTests.cs (2)
21
TcpTableInfoTests.NextTimestamp = TcpTableInfoTests.StartTimestamp.Add(TcpTableInfoTests.
DefaultTimeSpan
);
23
Tcp6TableInfoTests.NextTimestamp = TcpTableInfoTests.StartTimestamp.Add(TcpTableInfoTests.
DefaultTimeSpan
);