Add missing security annotation
authorJan Kotas <jkotas@microsoft.com>
Thu, 11 Aug 2016 17:32:59 +0000 (10:32 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 11 Aug 2016 17:32:59 +0000 (10:32 -0700)
[tfs-changeset: 1622038]

src/mscorlib/src/System/Enum.cs

index 35e70d3..a810455 100644 (file)
@@ -47,6 +47,7 @@ namespace System
             return entry;
         }
 
+        [System.Security.SecuritySafeCritical]
         private unsafe String InternalFormattedHexString()
         {
             fixed (void* pValue = &JitHelpers.GetPinningHelper(this).m_data)