Delete PROJECTN ifdefs from Corelib (dotnet/coreclr#26058)
commitc189afd4f5ccdd5792a09245b5026d8a383c97ec
authorStephen Toub <stoub@microsoft.com>
Thu, 8 Aug 2019 02:00:43 +0000 (7 22:00 -0400)
committerMarek Safar <marek.safar@gmail.com>
Thu, 8 Aug 2019 08:10:47 +0000 (8 10:10 +0200)
tree534a272367e4cc0af79fd853267caa6dc2c10b29
parent240202cd90277eb9403b1c229bebcb177ffe1ca2
Delete PROJECTN ifdefs from Corelib (dotnet/coreclr#26058)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
37 files changed:
netcore/System.Private.CoreLib/shared/System/AppDomain.cs
netcore/System.Private.CoreLib/shared/System/AppDomainSetup.cs
netcore/System.Private.CoreLib/shared/System/Array.cs
netcore/System.Private.CoreLib/shared/System/ByReference.cs
netcore/System.Private.CoreLib/shared/System/CannotUnloadAppDomainException.cs
netcore/System.Private.CoreLib/shared/System/Collections/ArrayList.cs
netcore/System.Private.CoreLib/shared/System/Collections/IEnumerable.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/DebuggerStepThroughAttribute.cs
netcore/System.Private.CoreLib/shared/System/Environment.SpecialFolder.cs
netcore/System.Private.CoreLib/shared/System/Environment.SpecialFolderOption.cs
netcore/System.Private.CoreLib/shared/System/EnvironmentVariableTarget.cs
netcore/System.Private.CoreLib/shared/System/IntPtr.cs
netcore/System.Private.CoreLib/shared/System/LocalDataStoreSlot.cs
netcore/System.Private.CoreLib/shared/System/Numerics/Vector.cs
netcore/System.Private.CoreLib/shared/System/Numerics/Vector.tt
netcore/System.Private.CoreLib/shared/System/OperatingSystem.cs
netcore/System.Private.CoreLib/shared/System/PlatformID.cs
netcore/System.Private.CoreLib/shared/System/ReadOnlySpan.Fast.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncIteratorMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Runtime/CompilerServices/AsyncValueTaskMethodBuilder.cs
netcore/System.Private.CoreLib/shared/System/Security/IPermission.cs
netcore/System.Private.CoreLib/shared/System/Security/ISecurityEncodable.cs
netcore/System.Private.CoreLib/shared/System/Security/IStackWalk.cs
netcore/System.Private.CoreLib/shared/System/Security/PermissionSet.cs
netcore/System.Private.CoreLib/shared/System/Security/Permissions/PermissionState.cs
netcore/System.Private.CoreLib/shared/System/Security/Principal/IIdentity.cs
netcore/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs
netcore/System.Private.CoreLib/shared/System/Security/Principal/PrincipalPolicy.cs
netcore/System.Private.CoreLib/shared/System/Security/SecurityElement.cs
netcore/System.Private.CoreLib/shared/System/Span.Fast.cs
netcore/System.Private.CoreLib/shared/System/SpanHelpers.cs
netcore/System.Private.CoreLib/shared/System/String.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/TaskContinuation.cs
netcore/System.Private.CoreLib/shared/System/Threading/Thread.cs
netcore/System.Private.CoreLib/shared/System/UIntPtr.cs