Annotate System.IO.FileSystem.DriveInfo for nullable reference types (#464)
authorStephen Toub <stoub@microsoft.com>
Thu, 5 Dec 2019 03:11:12 +0000 (22:11 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 03:11:12 +0000 (22:11 -0500)
commitd80f171839958b3de47044feff7d77bba9e1c885
tree5711612f8e92612c3439f870b42d9c28e840b29f
parentd47a8eb5415019d0e5ea814daf10e55872dc7ea5
Annotate System.IO.FileSystem.DriveInfo for nullable reference types (#464)

* Annotate System.IO.FileSystem.DriveInfo for nullable reference types

* Address PR feedback
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MountPoints.FormatInfo.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetVolumeLabel.cs
src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.cs
src/libraries/System.IO.FileSystem.DriveInfo/ref/System.IO.FileSystem.DriveInfo.csproj
src/libraries/System.IO.FileSystem.DriveInfo/src/System.IO.FileSystem.DriveInfo.csproj
src/libraries/System.IO.FileSystem.DriveInfo/src/System/IO/DriveInfo.Unix.cs
src/libraries/System.IO.FileSystem.DriveInfo/src/System/IO/DriveInfo.Windows.cs
src/libraries/System.IO.FileSystem.DriveInfo/src/System/IO/DriveNotFoundException.cs