From: Jeremy Kuhne Date: Tue, 21 Mar 2017 23:07:53 +0000 (-0700) Subject: FileStream redirection got changed. Add ThreadPoolBoundHandle redirect. X-Git-Tag: submit/tizen/20210909.063632~11030^2~7616^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b796d84ad9663a26ab77d458415ccffba9702c62;p=platform%2Fupstream%2Fdotnet%2Fruntime.git FileStream redirection got changed. Add ThreadPoolBoundHandle redirect. https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems?id=398142&_a=edit [tfs-changeset: 1651640] Commit migrated from https://github.com/dotnet/coreclr/commit/37eeb4ca174c25396949dcbada8698a7827c0d7e --- diff --git a/src/coreclr/src/mscorlib/shared/System/IO/FileStream.cs b/src/coreclr/src/mscorlib/shared/System/IO/FileStream.cs index 424170e..7545d0c 100644 --- a/src/coreclr/src/mscorlib/shared/System/IO/FileStream.cs +++ b/src/coreclr/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 {