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/Common/src/TypeSystem/Common/TypeFlags.cs')
-rw-r--r--src/Common/src/TypeSystem/Common/TypeFlags.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Common/src/TypeSystem/Common/TypeFlags.cs b/src/Common/src/TypeSystem/Common/TypeFlags.cs
index c177cbe59..028a7356d 100644
--- a/src/Common/src/TypeSystem/Common/TypeFlags.cs
+++ b/src/Common/src/TypeSystem/Common/TypeFlags.cs
@@ -57,7 +57,8 @@ namespace Internal.TypeSystem
HasFinalizerComputed = 0x1000,
HasFinalizer = 0x2000,
- IsByRefLike = 0x4000,
- IsByRefLikeComputed = 0x8000,
+ IsByRefLike = 0x04000,
+ AttributeCacheComputed = 0x08000,
+ IsIntrinsic = 0x10000,
}
}