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:
authorMike Voorhees <mrvoorhe@users.noreply.github.com>2022-03-10 19:53:36 +0300
committerGitHub <noreply@github.com>2022-03-10 19:53:36 +0300
commit5baeb5e08b4a5fd6995e6247c7cb41b673c5ecdc (patch)
tree3467987d056f5cc9cc47e526ab12499dd589e140
parente003f2c4e13a1d89279afa4d655c6a15feac18b5 (diff)
Expose GetTypePreserve (#2679)
-rw-r--r--src/linker/Linker.Steps/DescriptorMarker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linker/Linker.Steps/DescriptorMarker.cs b/src/linker/Linker.Steps/DescriptorMarker.cs
index e1ef18cf0..51716b946 100644
--- a/src/linker/Linker.Steps/DescriptorMarker.cs
+++ b/src/linker/Linker.Steps/DescriptorMarker.cs
@@ -134,7 +134,7 @@ namespace Mono.Linker.Steps
}
}
- static TypePreserve GetTypePreserve (XPathNavigator nav)
+ protected static TypePreserve GetTypePreserve (XPathNavigator nav)
{
string attribute = GetAttribute (nav, _preserve);
if (string.IsNullOrEmpty (attribute))