FileStream redirection got changed. Add ThreadPoolBoundHandle redirect.
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Tue, 21 Mar 2017 23:07:53 +0000 (16:07 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Wed, 22 Mar 2017 06:10:15 +0000 (06:10 +0000)
https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=398142&_a=edit

[tfs-changeset: 1651640]

Commit migrated from https://github.com/dotnet/coreclr/commit/37eeb4ca174c25396949dcbada8698a7827c0d7e

src/coreclr/src/mscorlib/shared/System/IO/FileStream.cs

index 424170e..7545d0c 100644 (file)
@@ -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
     {