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:
authorJan Kotas <jkotas@microsoft.com>2017-06-14 10:04:12 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-14 10:04:12 +0300
commit491f4918e42c48b19c66570329959a61ae2873ff (patch)
tree2c6e201ace9bf59a62809741b48332d403e79281
parent5fb55f6a1e2d1a2ae462ccaf50ade889728e41cb (diff)
Fix CoreRT build break
[tfs-changeset: 1661698]
-rw-r--r--src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnsafeGCHandle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnsafeGCHandle.cs b/src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnsafeGCHandle.cs
index 953e606f7..5f492c1bc 100644
--- a/src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnsafeGCHandle.cs
+++ b/src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnsafeGCHandle.cs
@@ -77,7 +77,7 @@ namespace System.Runtime.InteropServices
}
// Determine whether this handle has been allocated or not.
- private bool IsAllocated
+ public bool IsAllocated
{
get
{