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:
authorMichael Voorhees <michaelv@unity3d.com>2018-05-08 20:35:38 +0300
committerMarek Safar <marek.safar@gmail.com>2018-05-09 00:50:34 +0300
commit4b855b73253fdf4233b29e2075b1b08485754bdd (patch)
tree10c9f697024324ae2f06bec00a4796994e815d87
parentbfbf78a78f21d90c3ced8655594ef70ea52e59b6 (diff)
Expose LinkContext.IsCore
-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":