Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)
commitd34ba480f9880693ac4fc36bb55e1632e310c56b
authorStephen Toub <stoub@microsoft.com>
Tue, 15 Oct 2019 12:53:04 +0000 (15 08:53 -0400)
committerMarek Safar <marek.safar@gmail.com>
Tue, 22 Oct 2019 13:46:29 +0000 (22 09:46 -0400)
treed0e4dad964ac5e3d6074818624d2428389d36d8c
parent296b8d40cf8ff28eaa343e5262fb92b95a2e11c0
Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Environment.Unix.cs
netcore/System.Private.CoreLib/shared/System/Environment.Win32.cs
netcore/System.Private.CoreLib/shared/System/Environment.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/Path.cs
netcore/System.Private.CoreLib/shared/System/IO/PathHelper.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.Windows.cs
netcore/System.Private.CoreLib/shared/System/IO/PathInternal.cs
netcore/System.Private.CoreLib/shared/System/String.Manipulation.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs