Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)
authorStephen Toub <stoub@microsoft.com>
Tue, 15 Oct 2019 12:53:04 +0000 (08:53 -0400)
committerJan Kotas <jkotas@microsoft.com>
Tue, 15 Oct 2019 12:53:04 +0000 (05:53 -0700)
commit7f6955a98f9cb3b0ef76964d7a7c25159302867e
tree6051ca07b0152ec655c994b042c1fc7d4292c0ab
parent0fa9214a8e4d1228e5afb9d2e5af2633c0764aaa
Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)

Commit migrated from https://github.com/dotnet/coreclr/commit/76f4c52b9c03487982a8f256f83ab676bbeff476
src/libraries/System.Private.CoreLib/src/System/Environment.Unix.cs
src/libraries/System.Private.CoreLib/src/System/Environment.Win32.cs
src/libraries/System.Private.CoreLib/src/System/Environment.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/Path.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/Path.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathHelper.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.cs
src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs