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:18:13 +0300
committerGitHub <noreply@github.com>2017-06-14 10:18:13 +0300
commit724bb2d90ed860902b43093f6e2457aa11bd6443 (patch)
tree2c6e201ace9bf59a62809741b48332d403e79281
parent9feffeda242b5f3c11095c90428ad1f180fe9e7d (diff)
parent491f4918e42c48b19c66570329959a61ae2873ff (diff)
Merge pull request #3876 from dotnet-bot/from-tfs
Merge changes from TFS
-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
{