summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Strehovsky <michals@microsoft.com>2019-03-13 05:30:44 -0700
committerJan Kotas <jkotas@microsoft.com>2019-03-13 11:50:53 -0700
commit00fbc8c5a94bde60e5f84e80ac8dd6b6da3ca310 (patch)
treecdc1b2830f585e2bf88cb71f904487646783504b /src
parent6eebb9d678a786c081b121709fa7471ff0bd08df (diff)
downloadcoreclr-00fbc8c5a94bde60e5f84e80ac8dd6b6da3ca310.tar.gz
coreclr-00fbc8c5a94bde60e5f84e80ac8dd6b6da3ca310.tar.bz2
coreclr-00fbc8c5a94bde60e5f84e80ac8dd6b6da3ca310.zip
Fix missed RelocatedType annotation
[tfs-changeset: 1735855] Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs b/src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs
index 37c27bf558..d040c9a866 100644
--- a/src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs
+++ b/src/System.Private.CoreLib/shared/System/Security/Principal/IPrincipal.cs
@@ -10,6 +10,9 @@ using System;
namespace System.Security.Principal
{
+#if PROJECTN
+ [Internal.Runtime.CompilerServices.RelocatedType("System.Security.Principal")]
+#endif
public interface IPrincipal
{
// Retrieve the identity object