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/FieldDesc.Interop.cs')
-rw-r--r--src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs b/src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs
index ad5a51232d7..e12791ba2d7 100644
--- a/src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs
+++ b/src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs
@@ -3,7 +3,7 @@
namespace Internal.TypeSystem
{
- partial class FieldDesc
+ public partial class FieldDesc
{
/// <summary>
/// Returns description of how the field should be marshalled to native code.
@@ -14,7 +14,7 @@ namespace Internal.TypeSystem
}
}
- partial class FieldForInstantiatedType
+ public partial class FieldForInstantiatedType
{
public override MarshalAsDescriptor GetMarshalAsDescriptor()
{