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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-11-09 17:48:46 +0300
committerMarek Safar <marek.safar@gmail.com>2019-11-10 11:29:18 +0300
commit594bbbef2548f200a508a6574d0fa1567293b44c (patch)
treecdb0bfa25eab5d9b014b910c4716d01f93c523f8 /netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
parentd90030d2738dfc21dafa8de30d51b28bc83de0c3 (diff)
Relax visibility
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs')
-rw-r--r--netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs b/netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
index 56882da69f2..ef546319a61 100644
--- a/netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
+++ b/netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
@@ -738,7 +738,7 @@ namespace System.Runtime.Loader
return null;
}
- private IntPtr GetResolvedUnmanagedDll(Assembly assembly, string unmanagedDllName)
+ internal IntPtr GetResolvedUnmanagedDll(Assembly assembly, string unmanagedDllName)
{
IntPtr resolvedDll = IntPtr.Zero;