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/MethodReturnValue.cs')
-rw-r--r--src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs b/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs
index 708b5f469..915234337 100644
--- a/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs
+++ b/src/ILLink.Shared/TrimAnalysis/MethodReturnValue.cs
@@ -6,5 +6,5 @@
namespace ILLink.Shared.TrimAnalysis
{
- sealed partial record class MethodReturnValue : ValueWithDynamicallyAccessedMembers;
+ internal sealed partial record class MethodReturnValue : ValueWithDynamicallyAccessedMembers;
}