Annotate System.IO.FileSystem for nullable (#590)
authorbuyaa-n <bunamnan@microsoft.com>
Wed, 11 Dec 2019 22:44:42 +0000 (14:44 -0800)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 22:44:42 +0000 (14:44 -0800)
commit96d9a47228b0412945d151a79af7bf66463b053a
treeb9bdc29861d34f27f4b9d544c562a8350285685b
parentf08b853b70361531e503b41900a7e3a23a431be9
Annotate System.IO.FileSystem for nullable  (#590)

Annotate System.IO.FileSystem for nullable
26 files changed:
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ReplaceFile.cs
src/libraries/Common/src/System/IO/FileSystem.Attributes.Windows.cs
src/libraries/Common/src/System/IO/FileSystem.DirectoryCreation.Windows.cs
src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.cs
src/libraries/System.IO.FileSystem/ref/System.IO.FileSystem.csproj
src/libraries/System.IO.FileSystem/src/System.IO.FileSystem.csproj
src/libraries/System.IO.FileSystem/src/System/IO/Directory.cs
src/libraries/System.IO.FileSystem/src/System/IO/DirectoryInfo.cs
src/libraries/System.IO.FileSystem/src/System/IO/Enumeration/FileSystemEnumerable.cs
src/libraries/System.IO.FileSystem/src/System/IO/Enumeration/FileSystemEnumerator.Unix.cs
src/libraries/System.IO.FileSystem/src/System/IO/Enumeration/FileSystemEnumerator.Windows.cs
src/libraries/System.IO.FileSystem/src/System/IO/Enumeration/FileSystemEnumerator.cs
src/libraries/System.IO.FileSystem/src/System/IO/Enumeration/FileSystemName.cs
src/libraries/System.IO.FileSystem/src/System/IO/File.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileInfo.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileSystem.Unix.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileSystem.Win32.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileSystem.Windows.cs
src/libraries/System.IO.FileSystem/src/System/IO/FileSystemInfo.cs
src/libraries/System.IO.FileSystem/src/System/IO/Iterator.cs
src/libraries/System.IO.FileSystem/src/System/IO/ReadLinesIterator.cs
src/libraries/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/EmptyEnumerable.cs
src/libraries/System.Private.CoreLib/src/Interop/Windows/Kernel32/Interop.GetFileAttributesEx.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.Unix.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.cs