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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linker/Linker/LinkContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/Linker/LinkContext.cs b/linker/Linker/LinkContext.cs
index 547a3e7ca..5526a6209 100644
--- a/linker/Linker/LinkContext.cs
+++ b/linker/Linker/LinkContext.cs
@@ -296,7 +296,7 @@ namespace Mono.Linker {
_annotations.SetAction (assembly, action);
}
- static bool IsCore (AssemblyNameReference name)
+ public static bool IsCore (AssemblyNameReference name)
{
switch (name.Name) {
case "mscorlib":