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