6 references to DriveType
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
ResourceMonitoringLinuxCgroupVersion.cs (2)
36
if (d.DriveType ==
DriveType
.Ram && d.DriveFormat == CgroupVersion && d.VolumeLabel == UnifiedCgroupPath)
42
if (d.DriveType ==
DriveType
.Ram && d.DriveFormat == CgroupVersion)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
317
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
DriveType
))]
netstandard (1)
netstandard.cs (1)
905
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
DriveType
))]
System.IO.FileSystem.DriveInfo (2)
System\IO\DriveInfo.Default.cs (2)
12
public
DriveType
DriveType =>
DriveType
.Unknown;