Use SYSTEM_PRIVATE_CORELIB ifdef for consistency (#32366)
authorJan Kotas <jkotas@microsoft.com>
Sat, 15 Feb 2020 11:08:41 +0000 (03:08 -0800)
committerGitHub <noreply@github.com>
Sat, 15 Feb 2020 11:08:41 +0000 (03:08 -0800)
src/libraries/Common/src/System/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs

index 966370e..4d5b589 100644 (file)
@@ -5,7 +5,7 @@
 namespace System.Diagnostics.CodeAnalysis
 {
     [AttributeUsageAttribute(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event, Inherited = false, AllowMultiple = false)]
-#if NETCOREAPP
+#if SYSTEM_PRIVATE_CORELIB
     public
 #else
     internal