Remove several unnecessary string allocations (dotnet/coreclr#25305)
authorStephen Toub <stoub@microsoft.com>
Fri, 21 Jun 2019 15:56:13 +0000 (11:56 -0400)
committerJan Kotas <jkotas@microsoft.com>
Fri, 21 Jun 2019 15:56:13 +0000 (08:56 -0700)
commitf2b8b5ebd0cf1641a852a23a6e7b727856a68b13
tree6b410fe58490cf8212d6a24ecc96232105cb5376
parent430e1b28378b7f1e7b9f926744f3df61a2c28dfc
Remove several unnecessary string allocations (dotnet/coreclr#25305)

Commit migrated from https://github.com/dotnet/coreclr/commit/fc38c39b2eb534917edeab99a1fe8fc057f66af2
src/coreclr/src/System.Private.CoreLib/src/System/AppContext.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs
src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/ActivityTracker.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/DateTimeFormatInfo.cs
src/libraries/System.Private.CoreLib/src/System/Reflection/TypeInfo.cs
src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Unix.cs