summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-22 08:03:09 -0700
committerGitHub <noreply@github.com>2017-03-22 08:03:09 -0700
commit0976a5d3383e0aaed8895b09af9b12db4392df91 (patch)
tree42432c454495cf6dc8b2e17482f2e87ab60d91bb /src
parentd10eede76ecf94ec63b51d94dadf1e1c5b339c71 (diff)
parent37eeb4ca174c25396949dcbada8698a7827c0d7e (diff)
downloadcoreclr-0976a5d3383e0aaed8895b09af9b12db4392df91.tar.gz
coreclr-0976a5d3383e0aaed8895b09af9b12db4392df91.tar.bz2
coreclr-0976a5d3383e0aaed8895b09af9b12db4392df91.zip
Merge pull request #10374 from dotnet/mirror-merge-9057970
Mirror changes from dotnet/corert
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/shared/System/IO/FileStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/shared/System/IO/FileStream.cs b/src/mscorlib/shared/System/IO/FileStream.cs
index 424170eb69..7545d0c696 100644
--- a/src/mscorlib/shared/System/IO/FileStream.cs
+++ b/src/mscorlib/shared/System/IO/FileStream.cs
@@ -10,7 +10,7 @@ using System.Diagnostics;
namespace System.IO
{
#if PROJECTN
- [Internal.Runtime.CompilerServices.RelocatedTypeAttribute("System.Runtime.Extensions")]
+ [Internal.Runtime.CompilerServices.RelocatedTypeAttribute("System.IO.FileSystem")]
#endif
public partial class FileStream : Stream
{