1 instantiation of DriveNotFoundException
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveInfo.Unix.cs (1)
98
throw new
DriveNotFoundException
(SR.Format(SR.IO_DriveNotFound_Drive, Name)); // match Win32
3 references to DriveNotFoundException
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
316
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
DriveNotFoundException
))]
netstandard (1)
netstandard.cs (1)
904
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.
DriveNotFoundException
))]
NuGet.Protocol (1)
Plugins\PluginDiscoverer.cs (1)
284
catch (
DriveNotFoundException
) { }