Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs')
-rw-r--r--src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs
index f89a4be8e..2953fdea4 100644
--- a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs
+++ b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/McgIntrinsics.cs
@@ -5,6 +5,13 @@
using System;
+namespace System.Runtime.CompilerServices
+{
+ internal sealed class IntrinsicAttribute : Attribute
+ {
+ }
+}
+
namespace System.Runtime.InteropServices
{
[AttributeUsage((System.AttributeTargets.Method | System.AttributeTargets.Class))]