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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs b/src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs
index c49c654423a..39e7e751bbc 100644
--- a/src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs
@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
namespace Internal.TypeSystem
{
// Additional extensions to MethodDesc related to interop
- partial class MethodDesc
+ public partial class MethodDesc
{
/// <summary>
/// Gets a value indicating whether this method is a (native unmanaged) platform invoke.
@@ -350,7 +350,7 @@ namespace Internal.TypeSystem
}
}
- partial class InstantiatedMethod
+ public partial class InstantiatedMethod
{
public override ParameterMetadata[] GetParameterMetadata()
{
@@ -358,7 +358,7 @@ namespace Internal.TypeSystem
}
}
- partial class MethodForInstantiatedType
+ public partial class MethodForInstantiatedType
{
public override ParameterMetadata[] GetParameterMetadata()
{