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:
Diffstat (limited to 'src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs')
-rw-r--r--src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs b/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs
index 7ef048f22..f8e0029e0 100644
--- a/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs
+++ b/src/ILLink.Shared/TrimAnalysis/RuntimeMethodHandleValue.cs
@@ -12,7 +12,7 @@ namespace ILLink.Shared.TrimAnalysis
/// <summary>
/// This is the System.RuntimeMethodHandle equivalent to a <see cref="SystemReflectionMethodBaseValue"/> node.
/// </summary>
- sealed partial record RuntimeMethodHandleValue : SingleValue
+ internal sealed partial record RuntimeMethodHandleValue : SingleValue
{
public RuntimeMethodHandleValue (in MethodProxy representedMethod)
{