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:
Diffstat (limited to 'src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs')
-rw-r--r--src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs b/src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs
index 650b244c1..dd4f182de 100644
--- a/src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs
+++ b/src/Common/src/TypeSystem/IL/Stubs/PInvokeLazyFixupField.cs
@@ -109,5 +109,13 @@ namespace Internal.IL.Stubs
{
return false;
}
+
+ public override string Name
+ {
+ get
+ {
+ return _targetMethod.Name;
+ }
+ }
}
}