3 references to _skipDevicePrefixes
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (3)
Linux\Disk\DiskStatsReaderTests.cs (3)
44
var dictionary = reader.ReadAll(
_skipDevicePrefixes
).ToDictionary(x => x.DeviceName);
105
var dictionary = reader.ReadAll(
_skipDevicePrefixes
).ToDictionary(x => x.DeviceName);
150
var dictionary = reader.ReadAll(
_skipDevicePrefixes
).ToDictionary(x => x.DeviceName);